mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-20 11:35:28 +01:00
test
This commit is contained in:
@@ -72,7 +72,7 @@ if AUTH_TYPE.lower() == "oidc":
|
||||
'OIDC_SCOPES': ['openid', 'email', 'profile'],
|
||||
'OIDC_INTROSPECTION_AUTH_METHOD': 'client_secret_post'
|
||||
})
|
||||
from oidc import OpenIDConnect
|
||||
from flask_oidc import OpenIDConnect
|
||||
oidc = OpenIDConnect(app)
|
||||
|
||||
elif AUTH_TYPE.lower() == "basic":
|
||||
|
||||
Reference in New Issue
Block a user