Skip to content

Commit

Permalink
Fixed OIDC settings becasue of new changes in the main settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Rusakov authored and lanseg committed Dec 3, 2024
1 parent 93efa10 commit 07fa8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
UserModel = get_user_model()

def status(request):
return {"OIDC_ENABLED": settings.OIDC_ENABLED}
return {"OIDC_ENABLED": settings.FEATURE_FLAGS["oidc"]}


def _updateUser(user, claims):
Expand Down

0 comments on commit 07fa8e9

Please sign in to comment.