Skip to content

Commit

Permalink
Merge branch 'mrv/enforce-mfa' of https://github.com/pondersource/mfa…
Browse files Browse the repository at this point in the history
…zones into mrv/enforce-mfa
  • Loading branch information
mrvahedi68 committed Sep 11, 2023
2 parents 45c5b4f + c1ef3b5 commit f1cff70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/tabview.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
});
},
showDialog: function () {
if (confirm('You must enable two factor authentication to use MFAZone app. do you want to enable 2FA?')) {
if (confirm('You must enable two factor authentication to use MFAZone app. Do you want to enable 2FA?')) {
window.location.href = '../../settings/user/security';
}
},
Expand Down Expand Up @@ -270,4 +270,4 @@
});
OCA.mfazones = OCA.mfazones || {};
OCA.mfazones.MfaZoneTabView = MfaZoneTabView;
})();
})();

0 comments on commit f1cff70

Please sign in to comment.