diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 20:46:39 -0500 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 20:46:39 -0500 |
| commit | 481b799f9eced5432fdc0c66d2bf04226cdc723b (patch) | |
| tree | 554d4c3c02c5e455f45ee8ace642022694358337 /ui/pages/user/login.tmpl.html | |
| parent | 5e3ae22cc745c4166c2c941047f9b485185cf0ea (diff) | |
remove unneccessary Request.ParseForm() calls and update password placeholder on user create/auth pages
Diffstat (limited to 'ui/pages/user/login.tmpl.html')
| -rw-r--r-- | ui/pages/user/login.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/pages/user/login.tmpl.html b/ui/pages/user/login.tmpl.html index 408dd64..e091322 100644 --- a/ui/pages/user/login.tmpl.html +++ b/ui/pages/user/login.tmpl.html @@ -9,7 +9,7 @@ </label> <label> Secret - <input type="password" placeholder="secret" name="secret" /> + <input type="password" placeholder="psspsspsspss" name="secret" /> </label> <button type="submit">Login</button> </form> |
