remove commented out code

This commit is contained in:
Richard Schreiber
2026-07-01 10:38:58 +02:00
parent 5de7824b66
commit 806b4d1cc5
-2
View File
@@ -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