Skip to content

Commit

Permalink
Fix hide create account
Browse files Browse the repository at this point in the history
Signed-off-by: BlackDex <black.dex@gmail.com>
  • Loading branch information
BlackDex committed Dec 10, 2024
1 parent a6bfe1e commit d17dc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/templates/scss/vaultwarden.scss.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ bit-nav-logo bit-nav-item .bwi-shield {
/**** START Dynamic Vaultwarden Changes ****/
{{#if signup_disabled}}
/* Hide the register link on the login screen */
app-frontend-layout > app-login > form > div > div > div > p {
app-login form p {
@extend %vw-hide;
}
{{/if}}
Expand Down

0 comments on commit d17dc0d

Please sign in to comment.