mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-12 13:39:14 +01:00
Ensure isLoginWithPasskeySupported is only returns true for web client.
This commit is contained in:
parent
99ddbc9cd6
commit
3936ccd979
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user