Skip to content

Commit

Permalink
fix django-keycloak-auth import
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze committed Nov 17, 2023
1 parent ee14467 commit f5dc954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vreapis/vreapis/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django-keycloak-auth.middleware.KeycloakMiddleware',
'django_keycloak_auth.middleware.KeycloakMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
Expand Down

0 comments on commit f5dc954

Please sign in to comment.