diff options
Diffstat (limited to 'auth/public/index.html')
-rw-r--r-- | auth/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/public/index.html b/auth/public/index.html index b016ac6..8bf9ecd 100644 --- a/auth/public/index.html +++ b/auth/public/index.html @@ -18,7 +18,7 @@ <fieldset> <legend>Login</legend> <label for="username">Username</label> - <input name="email" type="email" id="username" placeholder="Username" /> + <input name="username" type="text" id="username" placeholder="Username" /> <label for="password">Passwort</label> <input name="password" type="password" id="password" placeholder="Passwort" /> <label for="remember" class="pure-checkbox"> |