mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Merge pull request #3947 from alphagov/allow-ccs
Allow other users to use security keys
This commit is contained in:
@@ -31,6 +31,7 @@ class User(JSONModel, UserMixin):
|
||||
MAX_FAILED_LOGIN_COUNT = 10
|
||||
|
||||
ALLOWED_PROPERTIES = {
|
||||
'can_use_webauthn',
|
||||
'id',
|
||||
'name',
|
||||
'email_address',
|
||||
|
||||
Reference in New Issue
Block a user