diff --git a/public/themes/simpleboot3/friendship/enter_password.html b/public/themes/simpleboot3/friendship/enter_password.html index b3b9da3..3c552fc 100644 --- a/public/themes/simpleboot3/friendship/enter_password.html +++ b/public/themes/simpleboot3/friendship/enter_password.html @@ -155,6 +155,7 @@ dataType: "JSON", success: function (data) { + alert(data.msg); if (data.data === true) { window.location.href = data.url } diff --git a/public/themes/simpleboot3/friendship/sure_password.html b/public/themes/simpleboot3/friendship/sure_password.html index 842dec7..863d9cc 100644 --- a/public/themes/simpleboot3/friendship/sure_password.html +++ b/public/themes/simpleboot3/friendship/sure_password.html @@ -148,6 +148,7 @@ dataType: "JSON", success: function (data) { + alert(data.msg); if (data.data === true) { window.location.href = data.url }