mirror of
https://github.com/pretix/pretix.git
synced 2026-08-09 10:37:50 +00:00
remove commented out code
This commit is contained in:
@@ -873,8 +873,6 @@ class SSOLoginReturnView(RedirectBackMixin, View):
|
||||
customer.set_unusable_password()
|
||||
customer.provider = self.provider
|
||||
customer.external_identifier = str(profile['uid'])
|
||||
#customer.identifier = identifier
|
||||
#customer.is_active = True
|
||||
customer.is_verified = True
|
||||
if name_parts:
|
||||
customer.name_parts = name_parts
|
||||
|
||||
Reference in New Issue
Block a user