diff --git a/public/themes/simpleboot3/friendship/enter_password.html b/public/themes/simpleboot3/friendship/enter_password.html
index 9d2d42b..3e63735 100644
--- a/public/themes/simpleboot3/friendship/enter_password.html
+++ b/public/themes/simpleboot3/friendship/enter_password.html
@@ -139,7 +139,7 @@
     }
 
     $(".nextstep").click(function(){
-        alert(t.index);
+        alert(arr.length);
         window.location.href="{:url('friendship/Friend/surePassword')}"
     })