Skip to content

Commit 37472c7

Browse files
authored
feat: add password forgotten picture (#171)
1 parent 92845b6 commit 37472c7

File tree

1 file changed

+7
-2
lines changed
  • services/frontend/src/routes/(authentification)/password-forgotten

1 file changed

+7
-2
lines changed

services/frontend/src/routes/(authentification)/password-forgotten/+page.svelte

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@
2424
<!-- <Banner text={$_("page.login.wrong-credientials")}></Banner> -->
2525
{/if}
2626

27+
<img
28+
src="/assets/memes/no-password-reset-implementation.png"
29+
alt="no password forgotten implementation meme"
30+
/>
31+
2732
<!-- svelte-ignore a11y-label-has-associated-control -->
28-
<label>
33+
<!-- <label>
2934
<span>{$_("page.password-forgotten.username")}</span>
3035
<Textinput
3136
name="username"
@@ -44,7 +49,7 @@
4449
<div>
4550
<a href="/login">{$_("page.password-forgotten.rather-login")}?</a>
4651
</div>
47-
</div>
52+
</div> -->
4853
</div>
4954
</div>
5055

0 commit comments

Comments
 (0)