mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-30 16:40:04 +08:00
remove '@anonymous_user_required' from confirm_email()
This commit is contained in:
@@ -200,7 +200,6 @@ def send_confirmation():
|
||||
**_ctx('send_confirmation'))
|
||||
|
||||
|
||||
@anonymous_user_required
|
||||
def confirm_email(token):
|
||||
"""View function which handles a email confirmation request."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user