mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Fix button text, and login url in self-hosted auth docs
This commit is contained in:
parent
3b5e6a9f4d
commit
b943069577
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
<img src="/img/magic_link.png" alt="Magic link login form" width="400"/>
|
||||
|
||||
2. You can get their magic link using the admin panel
|
||||
|
|
Loading…
Reference in a new issue