diff --git a/web/login/index.html b/web/login/index.html
index ca9a3bf0..973ced9e 100644
--- a/web/login/index.html
+++ b/web/login/index.html
@@ -80,8 +80,8 @@
-
-
+
+
diff --git a/web/login/index.pug b/web/login/index.pug
index 1a5ba1f0..d45dc9c3 100644
--- a/web/login/index.pug
+++ b/web/login/index.pug
@@ -41,7 +41,7 @@ block body
td
+radio("expire-radio", [
{"title": "1h", "value": "3600"},
- {"title": "24h", "value": "86400"},
+ {"title": "12h", "value": "43200"},
{"title": "Forever", "value": "0", "checked": true},
])
tr