mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-20 12:20:47 +08:00
Fix #11
This commit is contained in:
@@ -60,7 +60,7 @@ def authenticate():
|
||||
msg = str(e)
|
||||
|
||||
except Exception, e:
|
||||
msg = 'Uknown authentication error'
|
||||
msg = 'Unknown authentication error'
|
||||
|
||||
do_flash(msg, 'error')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user