mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Auto focus on email input on login screen for smoother login experience
This commit is contained in:
parent
020a956c89
commit
4258392fc7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<div class="login-modal-title">Login to Khoj</div>
|
||||
<!-- Sign in with Magic Link -->
|
||||
<div class="khoj-magic-link">
|
||||
<input type="email" id="email" placeholder="Email" required>
|
||||
<input type="email" id="email" placeholder="Email" autofocus required>
|
||||
<button id="magic-link-button">Send Magic Link</button>
|
||||
</div>
|
||||
<!-- Divider -->
|
||||
|
|
Loading…
Reference in a new issue