mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Updated flask-login to version 0.3.2
This commit is contained in:
@@ -59,7 +59,7 @@ def verify_email(token):
|
||||
if not user:
|
||||
abort(404)
|
||||
|
||||
if user.is_active():
|
||||
if user.is_active:
|
||||
flash("That verification link has expired.")
|
||||
return redirect(url_for('main.sign_in'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user