From a5e96266b6cd71a8ed480da090088545caa6fc8b Mon Sep 17 00:00:00 2001 From: Ceddyyhd <77159834+Ceddyyhd@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:54:43 +0100 Subject: [PATCH] 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. --- Customize-Vaultwarden-CSS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Customize-Vaultwarden-CSS.md b/Customize-Vaultwarden-CSS.md index 1acbdaf..8812659 100644 --- a/Customize-Vaultwarden-CSS.md +++ b/Customize-Vaultwarden-CSS.md @@ -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; }