mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
change json return value
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
console.log("Auth Data:", response);
|
||||
SetCookie("UserId", response.userId);
|
||||
SetCookie("SpUserName", response.spUserName);
|
||||
SetCookie("AuthToken", response.authToken);
|
||||
SetCookie("AUTHTOKEN", response.authToken);
|
||||
SetCookie("SearchToken", response.searchToken);
|
||||
|
||||
this.imageUrl = this.imageUrl + `${response.spUserName}.png`;
|
||||
|
||||
Reference in New Issue
Block a user