diff --git a/public/themes/simpleboot3/friendship/sure_password.html b/public/themes/simpleboot3/friendship/sure_password.html
index 811a1a9..a5a2021 100644
--- a/public/themes/simpleboot3/friendship/sure_password.html
+++ b/public/themes/simpleboot3/friendship/sure_password.html
@@ -150,6 +150,8 @@
                 success: function (data) {
                     if (data.data === true) {
                         window.location.href = data.url
+                    }else {
+                        alert(data.msg);
                     }
                 }
             })