This commit is contained in:
parent
0f3d5b6508
commit
585da6a828
|
@ -196,6 +196,8 @@ const login = () => {
|
|||
const decodedText = decrypt(encryptedText, ENCODED_KEY);
|
||||
// console.log("Decrypted Text:", decodedText);
|
||||
var tokenU = decodedText;
|
||||
}if else (){
|
||||
|
||||
}
|
||||
// var tokenU = CryptoJS.enc.Utf8.parse(routers.query.token);
|
||||
// var token = getCookie("lytoken");
|
||||
|
|
Loading…
Reference in New Issue