Iacopo Sbalchiero
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
10 additions and
0 deletions
-
src/static/templates/scss/vaultwarden.scss.hbs
|
|
@ -89,6 +89,16 @@ app-root ng-component > form > div:nth-child(1) > div:nth-child(3) > div:nth-chi |
|
|
} |
|
|
} |
|
|
{{/if}} |
|
|
{{/if}} |
|
|
|
|
|
|
|
|
|
|
|
/* When SSO is the only login option, also hide the email input field and the |
|
|
|
|
|
`Remember email` checkbox: the email is not required to start the SSO flow |
|
|
|
|
|
in vaultwarden (single-tenant, FAKE_SSO_IDENTIFIER is used server-side). */ |
|
|
|
|
|
{{#if sso_only}} |
|
|
|
|
|
.vw-email-form-field, |
|
|
|
|
|
.vw-remember-email { |
|
|
|
|
|
@extend %vw-hide; |
|
|
|
|
|
} |
|
|
|
|
|
{{/if}} |
|
|
|
|
|
|
|
|
/* Hide Two-Factor menu in Organization settings */ |
|
|
/* Hide Two-Factor menu in Organization settings */ |
|
|
bit-nav-item[route="settings/two-factor"], |
|
|
bit-nav-item[route="settings/two-factor"], |
|
|
a[href$="/settings/two-factor"] { |
|
|
a[href$="/settings/two-factor"] { |
|
|
|