diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 18:17:09 -0500 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 18:17:09 -0500 |
| commit | 0d7693918d53fd658231bc478654b32513feac7a (patch) | |
| tree | ec84b7bf026f8fefe947663e364d1120f513cf88 /ui/pages/user/login.tmpl.html | |
| parent | 66d84b2b49f55e6c652816466a5c3b4202234134 (diff) | |
only return error for compareSecretToHash, update login form
Diffstat (limited to 'ui/pages/user/login.tmpl.html')
| -rw-r--r-- | ui/pages/user/login.tmpl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/pages/user/login.tmpl.html b/ui/pages/user/login.tmpl.html index d56f61a..408dd64 100644 --- a/ui/pages/user/login.tmpl.html +++ b/ui/pages/user/login.tmpl.html @@ -8,8 +8,8 @@ <input type="text" placeholder="username" name="username" /> </label> <label> - Password - <input type="password" placeholder="password" name="password" /> + Secret + <input type="password" placeholder="secret" name="secret" /> </label> <button type="submit">Login</button> </form> |
