mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 17:24:53 +09:00
UX: Don't require login for verifying email address
This commit is contained in:
parent
0d1de1278b
commit
861d7636bc
1 changed files with 0 additions and 1 deletions
|
@ -313,7 +313,6 @@ instance Yesod App where
|
||||||
|
|
||||||
(AuthR a , True)
|
(AuthR a , True)
|
||||||
| a == resendVerifyR -> personFromResendForm
|
| a == resendVerifyR -> personFromResendForm
|
||||||
(AuthR (PluginR "account" ["verify", u, _]), False) -> personUnver u
|
|
||||||
|
|
||||||
-- Client
|
-- Client
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue