1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00: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

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(