diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-05-10 16:05:33 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-05-10 16:11:15 +0200 |
commit | fa2d5f683eb9c19ccd32569f5cd736586ad21861 (patch) | |
tree | d19b9b23ef1c0150700a5fbc84b80d73d35bf583 /views/signup.pug | |
parent | 04fffc07b1d2b1f4e8a68a21bafae7b6faeb1648 (diff) | |
download | server-fa2d5f683eb9c19ccd32569f5cd736586ad21861.tar.gz |
Set type=email on mail fields in various form.
Diffstat (limited to 'views/signup.pug')
-rw-r--r-- | views/signup.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/signup.pug b/views/signup.pug index 8dae43d..b0cf901 100644 --- a/views/signup.pug +++ b/views/signup.pug @@ -22,7 +22,7 @@ html p label Mail: br - input(type="text" name="mail" required) + input(type="email" name="mail" required) p label Password: br |