diff options
author | sanine <sanine.not@pm.me> | 2023-05-14 23:40:55 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-05-14 23:40:55 -0500 |
commit | 218e769824cd7c1a411e74e1a63d885627f62320 (patch) | |
tree | 6d45a980d2e476e89fb07fe941b7435c8fd5465d /page | |
parent | a2f7fd3070513941dded47a7ceb8afce75f337ce (diff) |
add login timeout
Diffstat (limited to 'page')
-rw-r--r-- | page/default.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/page/default.go b/page/default.go index d13689b..822f310 100644 --- a/page/default.go +++ b/page/default.go @@ -50,7 +50,7 @@ func DefaultLogin() (string, error) { <input type="text" id="username" name="username"> <br> <label for="password">Password</label> - <input type="text" id="password" name="password"> + <input type="password" id="password" name="password"> <br> <input type="submit" value="Submit"> </form> |