diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-05-02 11:50:05 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-05-06 20:08:41 +0200 |
commit | 3ccbcd68cb252848da64ea61796f8479df15643a (patch) | |
tree | de38dd51162185546dae7d5c82999f66f6893df2 /views/verify_mail.pug | |
parent | 3ba0853f0c51dab103c66091f4a062f612b1368a (diff) | |
download | server-3ccbcd68cb252848da64ea61796f8479df15643a.tar.gz |
Tweak verification flow.
Diffstat (limited to 'views/verify_mail.pug')
-rw-r--r-- | views/verify_mail.pug | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/views/verify_mail.pug b/views/verify_mail.pug deleted file mode 100644 index 17a16e5..0000000 --- a/views/verify_mail.pug +++ /dev/null @@ -1,21 +0,0 @@ -//- vim:ts=4:sw=4: -doctype html -html - head - include head - title Verify mail - body - include header - article - h1 Verify mail - if flash - p.error= flash - - form(method="post") - p A token has been sent to #{user.mail}. - p - label Enter the token here: - br - input(type="text" name="token" size=32 value=token style="font-family:monospace" required) - p - button(type="submit") Verify |