mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
lint errors
This commit is contained in:
parent
8cf02fd59a
commit
3e18f812db
@ -59,7 +59,7 @@
|
||||
});
|
||||
|
||||
twoFactorModal.result.then(function (enabled) {
|
||||
if (enabled == null) {
|
||||
if (enabled === null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -80,7 +80,7 @@
|
||||
'<pre>' + printContent + '</pre>');
|
||||
w.print();
|
||||
w.close();
|
||||
}
|
||||
};
|
||||
|
||||
$scope.close = function () {
|
||||
$uibModalInstance.close(!_profile.extended ? null : _profile.extended.twoFactorEnabled);
|
||||
|
Loading…
Reference in New Issue
Block a user