diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-08-06 01:46:15 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-08-06 01:46:23 -0400 |
commit | 247bc655b38ad27f6007b9aaf4ede1c2a97bf32d (patch) | |
tree | 53e83c1ecdf65ce1cd05128b6bd0784eb183259a /static/login.html | |
parent | f21d469e1419c716cd7d89658c4f8d36fe271ba9 (diff) |
Allow any inputs in login form
Diffstat (limited to 'static/login.html')
-rw-r--r-- | static/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/login.html b/static/login.html index 9b6c437..77d32a1 100644 --- a/static/login.html +++ b/static/login.html @@ -40,7 +40,7 @@ <div class="form-group"> <label for="email">Email address</label> <input - type="email" + type="text" id="email" name="email" required |