Update adapter.py

This commit is contained in:
shamoon 2025-02-21 12:16:26 -08:00
parent 09ede33cc7
commit 742be59ffe

View File

@ -63,7 +63,7 @@ class CustomAccountAdapter(DefaultAccountAdapter):
path = path.replace("UID-KEY", quote(key))
return settings.PAPERLESS_URL + path
def save_user(self, request, user, form, commit):
def save_user(self, request, user, form, commit=True): # noqa: FBT002
"""
Save the user instance. Default groups are assigned to the user, if
specified in the settings.