Skip to content

Commit

Permalink
chore: make it clear that the email also works for username
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Oct 21, 2024
1 parent afff77b commit f4bbb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/login.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
class="input-default"
type="text"
id="username"
autocomplete="username"
autocomplete="email"
name="username"
placeholder="Username"
placeholder="Email or SlackID"
minlength="1"
required
autofocus
Expand Down

0 comments on commit f4bbb4a

Please sign in to comment.