Browse Source

fix css to hide login with passkey

pull/5890/head
Stefan Melmuk 2 months ago
parent
commit
89c7e3f5c7
No known key found for this signature in database GPG Key ID: 817020C608FE9C09
  1. 2
      src/static/templates/scss/vaultwarden.scss.hbs

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

@ -25,7 +25,7 @@ app-root form.ng-untouched button.\!tw-text-primary-600:nth-child(4) {
@extend %vw-hide;
}
/* Hide Log in with passkey on the login page */
app-root form.ng-untouched a[routerlink="/login-with-passkey"] {
app-root form.ng-untouched button.\!tw-text-primary-600:nth-child(3) {
@extend %vw-hide;
}
/* Hide the or text followed by the two buttons hidden above */

Loading…
Cancel
Save