Skip to content

Commit 7c2fed4

Browse files
committed
bugfix
Signed-off-by: Raphael Jacob <r.jacob2002@gmail.com>
1 parent 684ddb4 commit 7c2fed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pretix_oidc/auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,4 @@ def get_auth_backend():
169169
if auth_backend is None:
170170
auth_backend = OIDCAuthBackend()
171171
cache.set('pretix_oidc_auth_backend', auth_backend, auth_backend_lifetime)
172+
return auth_backend

0 commit comments

Comments
 (0)