Allows users to use OAuth tokens instead of passwords

This commit is contained in:
Trenton H
2023-03-22 11:54:20 -07:00
parent 14b997fe2c
commit 09b1413748
8 changed files with 92 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ class MailAccountSerializer(OwnedObjectSerializer):
"username",
"password",
"character_set",
"is_token",
]
def update(self, instance, validated_data):