fix css to hide login with passkey (#5890)

This commit is contained in:
Stefan Melmuk 2025-05-27 06:31:48 +02:00 committed by GitHub
parent 53f58b14d5
commit d363e647e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ app-root form.ng-untouched button.\!tw-text-primary-600:nth-child(4) {
@extend %vw-hide; @extend %vw-hide;
} }
/* Hide Log in with passkey on the login page */ /* 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; @extend %vw-hide;
} }
/* Hide the or text followed by the two buttons hidden above */ /* Hide the or text followed by the two buttons hidden above */