mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
add organisation invite rest and dao
This commit is contained in:
@@ -100,7 +100,7 @@ class UserSchema(BaseSchema):
|
||||
class Meta:
|
||||
model = models.User
|
||||
exclude = (
|
||||
"updated_at", "created_at", "user_to_service",
|
||||
"updated_at", "created_at", "user_to_service", "user_to_organisation"
|
||||
"_password", "verify_codes")
|
||||
strict = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user