mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
allow updating auth type
This commit is contained in:
@@ -107,6 +107,7 @@ class UserSchema(BaseSchema):
|
||||
|
||||
|
||||
class UserUpdateAttributeSchema(BaseSchema):
|
||||
auth_type = field_for(models.User, 'auth_type')
|
||||
|
||||
class Meta:
|
||||
model = models.User
|
||||
|
||||
Reference in New Issue
Block a user