diff --git a/templates/gatekeeper/gatekeeper_auth_method_form.html b/templates/gatekeeper/gatekeeper_auth_method_form.html index 17c0dd7..f58c739 100644 --- a/templates/gatekeeper/gatekeeper_auth_method_form.html +++ b/templates/gatekeeper/gatekeeper_auth_method_form.html @@ -49,6 +49,9 @@ } else if (authType === 'oidc') { $('.totp-group').hide(); $('.oidc-group').show(); + } else { + $('.totp-group').hide(); + $('.oidc-group').hide(); } }