The option to disable the 2FA provider has been commented out, as it makes no sense to disable it in KeePass whilst leaving it as the default option. It has therefore been commented out so that it remains enabled by default and can be disabled if required.

Ceddyyhd 2026-03-27 09:54:43 +01:00
parent fcd25026bd
commit a5e96266b6

@ -45,9 +45,12 @@ $sidebar-width: 15rem; /* Set this to match your logo width if needed */
/* --- Hiding 2FA Providers --- */
/* 0: Authenticator App, 1: Email, 2: Duo, 3: YubiKey OTP, 7: FIDO2 WebAuthn */
.providers-2fa-0, .providers-2fa-1, .providers-2fa-2, .providers-2fa-3, .providers-2fa-7 {
/*
.providers-2fa-0, .providers-2fa-1, .providers-2fa-2, .providers-2fa-3, .providers-2fa-7 {
@include hide-element;
}
*/
/* --- Loading Screen --- */
app-root img.new-logo-themed { content: $logo-default !important; }