mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-03 17:03:44 +03:00
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.
@@ -45,9 +45,12 @@ $sidebar-width: 15rem; /* Set this to match your logo width if needed */
|
|||||||
|
|
||||||
/* --- Hiding 2FA Providers --- */
|
/* --- Hiding 2FA Providers --- */
|
||||||
/* 0: Authenticator App, 1: Email, 2: Duo, 3: YubiKey OTP, 7: FIDO2 WebAuthn */
|
/* 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;
|
@include hide-element;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* --- Loading Screen --- */
|
/* --- Loading Screen --- */
|
||||||
app-root img.new-logo-themed { content: $logo-default !important; }
|
app-root img.new-logo-themed { content: $logo-default !important; }
|
||||||
|
|||||||
Reference in New Issue
Block a user