summaryrefslogtreecommitdiff
path: root/views/reset_password.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-05-10 16:05:33 +0200
committerTor Andersson <tor@ccxvii.net>2022-05-10 16:11:15 +0200
commitfa2d5f683eb9c19ccd32569f5cd736586ad21861 (patch)
treed19b9b23ef1c0150700a5fbc84b80d73d35bf583 /views/reset_password.pug
parent04fffc07b1d2b1f4e8a68a21bafae7b6faeb1648 (diff)
downloadserver-fa2d5f683eb9c19ccd32569f5cd736586ad21861.tar.gz
Set type=email on mail fields in various form.
Diffstat (limited to 'views/reset_password.pug')
-rw-r--r--views/reset_password.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/reset_password.pug b/views/reset_password.pug
index 3fbd539..1aa0a29 100644
--- a/views/reset_password.pug
+++ b/views/reset_password.pug
@@ -17,7 +17,7 @@ html
p
label Mail:
br
- input(type="text" name="mail" size=32 value=mail required)
+ input(type="email" name="mail" size=32 value=mail required)
p
label New Password:
br