mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Fix bug with user model. Removed is_locked from serialized method.
This commit is contained in:
@@ -160,6 +160,5 @@ class User(object):
|
||||
"mobile_number": self.mobile_number,
|
||||
"password_changed_at": self.password_changed_at,
|
||||
"state": self.state,
|
||||
"failed_login_count": self.failed_login_count,
|
||||
"is_locked": self.is_locked()
|
||||
"failed_login_count": self.failed_login_count
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user