Skip to content

Commit d8db586

Browse files
committed
fix: fixed error in login page causes not open
1 parent 992f0e0 commit d8db586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/pages/LoginPage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
type="submit">
5050
{$_("buttons.login")}
5151
</button>
52-
<a class="btn btn-link w-100" href="/reset-password" on:click={hide}>
52+
<a class="btn btn-link w-100" href="/reset-password">
5353
{$_("buttons.forgot-password")}
5454
</a>
5555
</div>

0 commit comments

Comments
 (0)