05/18 Enhanced codes and functionalities 5

This commit is contained in:
2026-05-18 18:27:24 -04:00
parent 09d3bbdc15
commit 46765b9448
11 changed files with 1042 additions and 4 deletions
+9
View File
@@ -55,6 +55,15 @@ block body_class %}auth-page{% endblock %} {% block body %}
Sign in
</button>
</form>
<div class="auth-divider"><span>or</span></div>
<button
type="button"
class="btn-secondary btn-full"
id="btn-passkey-login"
>
🔑 Sign in with Passkey
</button>
<p id="passkey-error" class="form-error hidden"></p>
<p class="auth-footer">
Don't have an account? <a href="/register">Create one</a><br />
Forgot your password? <a href="/recover">Use recovery code</a>