summaryrefslogtreecommitdiff
path: root/page
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-05-14 23:40:55 -0500
committersanine <sanine.not@pm.me>2023-05-14 23:40:55 -0500
commit218e769824cd7c1a411e74e1a63d885627f62320 (patch)
tree6d45a980d2e476e89fb07fe941b7435c8fd5465d /page
parenta2f7fd3070513941dded47a7ceb8afce75f337ce (diff)
add login timeout
Diffstat (limited to 'page')
-rw-r--r--page/default.go2
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>