Browse Source

Merge 4e41cb368b into 061694d0cb

pull/7755/merge
Tom 11 hours ago
committed by GitHub
parent
commit
4949f65efc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      src/static/templates/scss/vaultwarden.scss.hbs

13
src/static/templates/scss/vaultwarden.scss.hbs

@ -27,6 +27,19 @@ a[href$="/settings/sponsored-families"] {
} }
{{/if}} {{/if}}
{{#if sso_only}}
{{#if remember_2fa_disabled}}
/* The Web Vault uses this marker to allow SSO without a pre-entered email. */
:root {
--vw-sso-email-optional: 1;
}
.vw-email-form-field,
.vw-remember-email {
@extend %vw-hide;
}
{{/if}}
{{/if}}
/* Hide the default/continue `Email` input field */ /* Hide the default/continue `Email` input field */
{{#if sso_enabled}} {{#if sso_enabled}}
.vw-email-continue { .vw-email-continue {

Loading…
Cancel
Save