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