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.
