1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-12 13:50:07 +00:00

fix css to hide login with passkey

This commit is contained in:
Stefan Melmuk 2025-05-27 06:03:17 +02:00
parent bf04c64759
commit 89c7e3f5c7
No known key found for this signature in database
GPG key ID: 817020C608FE9C09

View file

@ -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 */