From 234bb246e412ca4d7249a617af193747bf7cbfa7 Mon Sep 17 00:00:00 2001 From: bernoullithedev Date: Sun, 22 Feb 2026 21:47:36 +0000 Subject: [PATCH] fix: correct dashboard link in secure auth protection page --- .../user-facing-agents/secure-auth-production/page.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/en/guides/user-facing-agents/secure-auth-production/page.mdx b/app/en/guides/user-facing-agents/secure-auth-production/page.mdx index 6ec6dbec2..657d444fe 100644 --- a/app/en/guides/user-facing-agents/secure-auth-production/page.mdx +++ b/app/en/guides/user-facing-agents/secure-auth-production/page.mdx @@ -12,13 +12,13 @@ There are two ways to secure your auth flows with Arcade.dev: - Use the **Arcade user verifier** for development (enabled by default) - Implement a **custom user verifier** for production -This setting is configured in the [Auth > Settings section](https://api.arcade.dev/dashboard/auth/settings) of the Arcade Dashboard. +This setting is configured in the [Auth > Settings section](https://api.arcade.dev/dashboard/settings/user-verification) of the Arcade Dashboard. ## Use the Arcade user verifier If you're building a proof-of-concept app or a solo project, use the Arcade user verifier. This option requires no custom development and is on by default when you create a new Arcade.dev account. -This setting is configured in the [Auth > Settings section](https://api.arcade.dev/dashboard/auth/settings) of the Arcade Dashboard: +This setting is configured in the [Auth > Settings section](https://api.arcade.dev/dashboard/settings/user-verification) of the Arcade Dashboard: Settings section](https://api.arcade.dev/dashboard/auth/settings) of the Arcade Dashboard, pick the **Custom verifier** option and add the URL of your verifier route. +In the [Auth > Settings section](https://api.arcade.dev/dashboard/settings/user-verification) of the Arcade Dashboard, pick the **Custom verifier** option and add the URL of your verifier route.