Merge pull request #2192 from matmair/fix-sso-signup

Fix sso signup
This commit is contained in:
Oliver 2021-10-24 08:32:08 +11:00 committed by GitHub
commit 5392011130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,7 +266,7 @@ class RegistratonMixin:
return False
def save_user(self, request, user, form, commit=True):
user = super().save_user(request, user, form, commit=commit)
user = super().save_user(request, user, form)
start_group = InvenTreeSetting.get_setting('SIGNUP_GROUP')
if start_group:
try: