hide remember 2fa token (#6852)

This commit is contained in:
Stefan Melmuk
2026-02-23 20:27:40 +01:00
committed by GitHub
parent 1583fe4af3
commit da2af3d362
2 changed files with 8 additions and 0 deletions

View File

@@ -158,6 +158,13 @@ app-root a[routerlink="/signup"] {
{{/if}}
{{/if}}
{{#if remember_2fa_disabled}}
/* Hide checkbox to remember 2FA token for 30 days */
app-two-factor-auth > form > bit-form-control {
@extend %vw-hide;
}
{{/if}}
{{#unless mail_2fa_enabled}}
/* Hide `Email` 2FA if mail is not enabled */
.providers-2fa-1 {