fix css to hide login with passkey (#5890)
Some checks failed
Build / Build and Test ${{ matrix.channel }} (msrv) (push) Has been cancelled
Build / Build and Test ${{ matrix.channel }} (rust-toolchain) (push) Has been cancelled
Check templates / docker-templates (push) Has been cancelled
Hadolint / Validate Dockerfile syntax (push) Has been cancelled
Release / Cancel older jobs when running (push) Has been cancelled
Trivy / Trivy Scan (push) Has been cancelled
Release / Build Vaultwarden containers (alpine) (push) Has been cancelled
Release / Build Vaultwarden containers (debian) (push) Has been cancelled

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