aboutsummaryrefslogtreecommitdiff
path: root/auth/public
diff options
context:
space:
mode:
authorLars Krönner2020-10-01 17:52:50 +0200
committerGitHub2020-10-01 17:52:50 +0200
commit6a18abb61acc70a90d9a4401dd5b6a6f43040800 (patch)
treec62c1d582c99def9c89c63cde56e88bcd3da7ada /auth/public
parentce4f9770702ee261b238a3466b1e1cf27246dfc8 (diff)
parent91f4af6e9a3a5d770f98d4a5b75c729c18861cc1 (diff)
Merge branch 'master' into auth
Diffstat (limited to 'auth/public')
-rw-r--r--auth/public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/public/index.html b/auth/public/index.html
index 8bf9ecd..e927b13 100644
--- a/auth/public/index.html
+++ b/auth/public/index.html
@@ -18,9 +18,9 @@
<fieldset>
<legend>Login</legend>
<label for="username">Username</label>
- <input name="username" type="text" id="username" placeholder="Username" />
+ <input name="username" type="text" id="username" placeholder="Username" required />
<label for="password">Passwort</label>
- <input name="password" type="password" id="password" placeholder="Passwort" />
+ <input name="password" type="password" id="password" placeholder="Passwort" required />
<label for="remember" class="pure-checkbox">
<input name="remember" type="checkbox" id="remember" />
Angemeldet bleiben