change json authtoken value

This commit is contained in:
Hepatica
2023-12-02 03:24:41 +01:00
parent 152fb6f0ee
commit c511585508

View File

@@ -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`;