1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

login.html: fix reset password link

This commit is contained in:
Adhityaa
2018-07-04 18:30:11 +05:30
parent 459c4d4234
commit a2c6d8b21d

View File

@ -42,7 +42,7 @@
<button id="button" class="button" onclick="window.login()">Login</button>
<a class="link" href="/reset-password">Trouble logging in? Reset your password.</a>
<a class="link" href="/reset">Trouble logging in? Reset your password.</a>
<a class="link" href="/signup">Don't have an account yet? Sign up.</a>
</div>
</div>