Skip to content

Commit

Permalink
Update login error mwssage
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Sep 10, 2024
1 parent fa507fe commit 11e381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/academyAfrica/assets/js/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function onload() {
if (isLoginFailed) {
if (pathname === "/login/") {
window.error =
"Error: An error occurred, either the password you entered is incorrect, the email is incorrect or your account is not activated";
"Error: An error occurred, either the password you entered is incorrect, the email is incorrect or your account email is not activated";
} else {

window.location.href = `/login/?login=failed&redirect_url=${pathname}`
Expand Down

0 comments on commit 11e381a

Please sign in to comment.