mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-16 21:55:37 -05:00
Allows users to use OAuth tokens instead of passwords
This commit is contained in:
@@ -34,6 +34,7 @@ class MailAccountSerializer(OwnedObjectSerializer):
|
||||
"username",
|
||||
"password",
|
||||
"character_set",
|
||||
"is_token",
|
||||
]
|
||||
|
||||
def update(self, instance, validated_data):
|
||||
|
Reference in New Issue
Block a user