mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-24 21:41:33 +01:00
Address PR feedback: use strict comparison.
This commit is contained in:
parent
d1a5455071
commit
994e097eff
@ -35,7 +35,7 @@ export class DefaultLoginComponentService implements LoginComponentService {
|
||||
}
|
||||
|
||||
isLoginWithPasskeySupported(): boolean {
|
||||
return this.clientType == ClientType.Web;
|
||||
return this.clientType === ClientType.Web;
|
||||
}
|
||||
|
||||
async launchSsoBrowserWindow(
|
||||
|
Loading…
Reference in New Issue
Block a user