Remove handle field on signup

This commit is contained in:
Peter Grlica
2023-09-11 11:58:15 +02:00
committed by Jože Fortun
parent 26e8dd0e4c
commit 979b467cb7
3 changed files with 105 additions and 24 deletions
+1 -15
View File
@@ -22,7 +22,7 @@
{{ tr "signup.template.form.email.label" }}
</label>
<input
data-test-id="input-email"
data-test-id="input-email"
type="email"
class="form-control"
name="email"
@@ -59,20 +59,6 @@
value="{{ .form.name }}"
autocomplete="name"
aria-label="{{ tr "signup.template.form.name.label" }}">
</div>
<div class="mb-3">
<label>
{{ tr "signup.template.form.nickname.label" }}
</label>
<input
data-test-id="input-handle"
type="text"
class="form-control handle-mask"
name="handle"
placeholder="{{ tr "signup.template.form.nickname.placeholder" }}"
value="{{ .form.handle }}"
autocomplete="handle"
aria-label="{{ tr "signup.template.form.nickname.label" }}">
</div>
<div>
<button