mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-11 13:30:39 +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 {
|
||||
return this.clientType === ClientType.Web || this.clientType === ClientType.Desktop;
|
||||
return this.clientType === ClientType.Web;
|
||||
}
|
||||
|
||||
async launchSsoBrowserWindow(
|
||||
|
Loading…
Reference in New Issue
Block a user