diff --git a/public/themes/simpleboot3/friendship/enter_password.html b/public/themes/simpleboot3/friendship/enter_password.html
index f1750c5..b194ac5 100644
--- a/public/themes/simpleboot3/friendship/enter_password.html
+++ b/public/themes/simpleboot3/friendship/enter_password.html
@@ -128,7 +128,7 @@
                 t.onkeyup=function(){
                     arr.push($(this).val())
                     console.log(arr);
-                    var str=arr[0]+arr[1]+arr[2]+arr[3]+arr[4]+arr[5];
+                    str=arr[0]+arr[1]+arr[2]+arr[3]+arr[4]+arr[5];
                     console.log(str)
                 }
             }