diff --git a/public/themes/simpleboot3/friendship/password_manager.html b/public/themes/simpleboot3/friendship/password_manager.html
index 093550a..aa52085 100644
--- a/public/themes/simpleboot3/friendship/password_manager.html
+++ b/public/themes/simpleboot3/friendship/password_manager.html
@@ -162,7 +162,7 @@
                     success: function (data) {
                         if(data.data === true) {
                             localStorage.clear();
-                            window.location.href="{:url('user/Center/editPhone2')}"
+                            window.location.href="{:url('user/Center/enterPassword')}"
                         }else {
                             alert(data.msg);
                         }