1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

lint errors

This commit is contained in:
Kyle Spearrin
2017-02-11 18:22:13 -05:00
parent 8cf02fd59a
commit 3e18f812db
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
});
twoFactorModal.result.then(function (enabled) {
if (enabled == null) {
if (enabled === null) {
return;
}