mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added test for auth and search token get from cookie in profile page
This commit is contained in:
@@ -76,8 +76,8 @@ export default {
|
||||
created() {
|
||||
this.username = GetCookie('SpUserName')
|
||||
this.balance = GetCurrentMoney(
|
||||
GetCookie('AUTHTOKEN'),
|
||||
GetCookie('SearchToken')
|
||||
{ authToken: GetCookie('AUTHTOKEN') },
|
||||
{ serachToken: GetCookie('SearchToken') }
|
||||
)
|
||||
console.log('Created Hook - Profile page = balance = ', this.balance)
|
||||
this.imageUrl = `https://visage.surgeplay.com/front/256/${this.username}`
|
||||
|
||||
Reference in New Issue
Block a user