add migration for setting

This commit is contained in:
Richard Schreiber
2026-07-01 10:37:36 +02:00
parent ed432fefad
commit 5de7824b66
4 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class CustomerSSOProvider(LoggedModel):
help_text=_(
"If enabled, when an existing customer registered with email and password tries to login through this SSO provider, pretix changes the account to single-sign-on. Otherwise pretix does not allow to log in."
),
),
)
configuration = models.JSONField()
def allow_delete(self):