occurred
This commit is contained in:
parent
84edec6323
commit
c6c37e1b88
10 changed files with 21 additions and 21 deletions
|
@ -44,7 +44,7 @@ var TwoFactorModal = (function () {
|
|||
});
|
||||
$('#open2fa').modal('show');
|
||||
}).fail(function (jqXHR) {
|
||||
alert('An error occured while attempting to load the 2FA setup modal. Please try again.');
|
||||
alert('An error occurred while attempting to load the 2FA setup modal. Please try again.');
|
||||
console.error(jqXHR);
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue