1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-08 19:18:02 +01:00

Ensure Passkey login available for web and desktop.

This commit is contained in:
Alec Rippberger 2024-10-09 11:22:17 -05:00
parent 5aec3e8210
commit 8975b60e1e
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ export class DefaultLoginComponentService implements LoginComponentService {
}
isLoginWithPasskeySupported(): boolean {
return this.clientType === ClientType.Web;
return this.clientType === ClientType.Web || this.clientType === ClientType.Desktop;
}
async launchSsoBrowserWindow(

View File

@ -39,7 +39,7 @@
<div class="tw-text-center">{{ "or" | i18n }}</div>
<!-- Link to Login with Passkey page (Browser only) -->
<!-- Link to Login with Passkey page (Web and Desktop only) -->
<ng-container *ngIf="isLoginWithPasskeySupported()">
<a
bitButton