1
0
mirror of https://github.com/bitwarden/web synced 2025-12-17 00:33:26 +00:00

two factor edits

This commit is contained in:
Kyle Spearrin
2017-02-11 17:08:06 -05:00
parent cf1bffe2f1
commit 71e4697562
3 changed files with 14 additions and 4 deletions

View File

@@ -83,6 +83,6 @@
}
$scope.close = function () {
$uibModalInstance.dismiss('cancel');
$uibModalInstance.close(!_profile.extended ? null : _profile.extended.twoFactorEnabled);
};
});