Browse Source

remove check

huai-sian 3 years ago
parent
commit
e751c667d4
1 changed files with 0 additions and 3 deletions
  1. 0 3
      html/reset_pwd_email.js

+ 0 - 3
html/reset_pwd_email.js

@@ -18,9 +18,6 @@ function get_jwt_token(){
 
 
 function checkToken() {
 function checkToken() {
   let jwt_token = get_jwt_token();
   let jwt_token = get_jwt_token();
-  if(jwt_token == undefined) {
-    window.location.replace("login.html");
-  }
 }
 }
 
 
 checkToken();
 checkToken();