mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
lint errors
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
});
|
||||
|
||||
twoFactorModal.result.then(function (enabled) {
|
||||
if (enabled == null) {
|
||||
if (enabled === null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user