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) {
|
twoFactorModal.result.then(function (enabled) {
|
||||||
if (enabled == null) {
|
if (enabled === null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
'<pre>' + printContent + '</pre>');
|
'<pre>' + printContent + '</pre>');
|
||||||
w.print();
|
w.print();
|
||||||
w.close();
|
w.close();
|
||||||
}
|
};
|
||||||
|
|
||||||
$scope.close = function () {
|
$scope.close = function () {
|
||||||
$uibModalInstance.close(!_profile.extended ? null : _profile.extended.twoFactorEnabled);
|
$uibModalInstance.close(!_profile.extended ? null : _profile.extended.twoFactorEnabled);
|
||||||
|
Loading…
Reference in New Issue
Block a user