Преглед изворни кода

fix css to hide login with passkey (#5890)

Stefan Melmuk пре 4 месеци
родитељ
комит
d363e647e9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/static/templates/scss/vaultwarden.scss.hbs

+ 1 - 1
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 */