From b943069577842e8bfbdb4fa6a486cc334bbb6d44 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 19 Nov 2024 15:50:13 -0800 Subject: [PATCH] Fix button text, and login url in self-hosted auth docs --- documentation/docs/advanced/authentication.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/advanced/authentication.mdx b/documentation/docs/advanced/authentication.mdx index e6cd4471..cd8b21d1 100644 --- a/documentation/docs/advanced/authentication.mdx +++ b/documentation/docs/advanced/authentication.mdx @@ -41,9 +41,9 @@ It's still possible to use the magic links feature without Resend, but you'll ne ## Manually sending magic links -1. The user will have to enter their email address in the login form. +1. The user will have to enter their email address in the login page at http://localhost:42110/login. - They'll click `Send Magic Link`. Without the Resend API key, this will just create an unverified account for them in the backend + They'll click `Get Login Link`. Without the Resend API key, this will just create an unverified account for them in the backend Magic link login form 2. You can get their magic link using the admin panel