1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00: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
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(