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