Hidden "forgot password"

This commit is contained in:
a-ill
2023-08-01 21:58:28 +03:00
parent 45f55aef8d
commit bebd1e2636
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@
<input bind:this={rememberMe} type="checkbox" id="remember-me-checkbox"><label id="remember-me-label" for="passwordInput">remember me</label>
</div>
<button class="auth-button" on:click="{() => AuthTools.login(msgs,inputs)}">Log in</button>
<!--<a id="forgot-password" href="forgot-password">Forgot password?</a>-->
<a id="forgot-password" href="forgot-password"></a>
<!--
<hr class="auth-line">
<div class="auth-methods-group">