Skip to content

Commit

Permalink
Make SSOSettings a regular unmanaged model instead of an unmanaged pr…
Browse files Browse the repository at this point in the history
…oxy model
  • Loading branch information
nas-tabchiche committed Jun 18, 2024
1 parent d51d485 commit bb9aa81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/iam/sso/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class SSOSettings(GlobalSettings):

class Meta:
managed = False
proxy = True

def get_name(self):
return GlobalSettings.Names.SSO.label
Expand Down

0 comments on commit bb9aa81

Please sign in to comment.