From dc43953c056136db4b47cbbc35adb3e685a75ac4 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 27 Jan 2024 15:44:52 +0800 Subject: [PATCH] Update public.js --- route/static/app/public.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/static/app/public.js b/route/static/app/public.js index 75bb3f489..8d4ef735c 100755 --- a/route/static/app/public.js +++ b/route/static/app/public.js @@ -74,7 +74,7 @@ function toUnixTime(txt){ function randomStrPwd(b) { b = b || 32; - var c = "AaBbCcDdEeFfGHhiJjKkLMmNnPpRSrTsWtXwYxZyz2345678&!@%"; + var c = "AaBbCcDdEeFfGHhiJjKkLMmNnPpRSrTsWtXwYxZyz2345678"; var a = c.length; var d = ""; for(i = 0; i < b; i++) {