1
0
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:
Alec Rippberger 2024-10-08 18:33:52 -05:00
parent d1a5455071
commit 994e097eff
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A

View File

@ -35,7 +35,7 @@ export class DefaultLoginComponentService implements LoginComponentService {
}
isLoginWithPasskeySupported(): boolean {
return this.clientType == ClientType.Web;
return this.clientType === ClientType.Web;
}
async launchSsoBrowserWindow(