mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Ensure isLoginWithPasskeySupported is only returns true for web client.
This commit is contained in:
@@ -35,7 +35,7 @@ export class DefaultLoginComponentService implements LoginComponentService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
isLoginWithPasskeySupported(): boolean {
|
isLoginWithPasskeySupported(): boolean {
|
||||||
return this.clientType === ClientType.Web || this.clientType === ClientType.Desktop;
|
return this.clientType === ClientType.Web;
|
||||||
}
|
}
|
||||||
|
|
||||||
async launchSsoBrowserWindow(
|
async launchSsoBrowserWindow(
|
||||||
|
|||||||
Reference in New Issue
Block a user