We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92845b6 commit 37472c7Copy full SHA for 37472c7
services/frontend/src/routes/(authentification)/password-forgotten/+page.svelte
@@ -24,8 +24,13 @@
24
<!-- <Banner text={$_("page.login.wrong-credientials")}></Banner> -->
25
{/if}
26
27
+ <img
28
+ src="/assets/memes/no-password-reset-implementation.png"
29
+ alt="no password forgotten implementation meme"
30
+ />
31
+
32
<!-- svelte-ignore a11y-label-has-associated-control -->
- <label>
33
+ <!-- <label>
34
<span>{$_("page.password-forgotten.username")}</span>
35
<Textinput
36
name="username"
@@ -44,7 +49,7 @@
44
49
<div>
45
50
<a href="/login">{$_("page.password-forgotten.rather-login")}?</a>
46
51
</div>
47
- </div>
52
+ </div> -->
48
53
54
55
0 commit comments