mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-15 05:26:17 +00:00
improve authentication method form
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
} else if (authType === 'oidc') {
|
||||
$('.totp-group').hide();
|
||||
$('.oidc-group').show();
|
||||
} else {
|
||||
$('.totp-group').hide();
|
||||
$('.oidc-group').hide();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user