mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 22:36:17 +00:00
refactor session cookie handling for Authelia integration
This commit is contained in:
@@ -36,7 +36,6 @@ def _build_auth_method_entry(method):
|
||||
|
||||
if method.auth_type == 'totp':
|
||||
entry['totp_secret'] = method.totp_secret
|
||||
entry['totp_before_auth'] = method.totp_before_auth
|
||||
|
||||
elif method.auth_type == 'oidc':
|
||||
entry['provider'] = method.oidc_provider
|
||||
|
||||
Reference in New Issue
Block a user