mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
delete error label
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
);
|
||||
this.balance = currentMoney;
|
||||
})
|
||||
.catch((error) => {
|
||||
.catch(() => {
|
||||
let currentUserName = GetCookie("SpUserName");
|
||||
let currentMoney = GetCurrentMoney(
|
||||
GetCookie("AUTHTOKEN"),
|
||||
@@ -61,6 +61,7 @@ export default {
|
||||
} else {
|
||||
this.auth = false;
|
||||
}
|
||||
|
||||
});
|
||||
} else {
|
||||
let currentUserName = GetCookie("SpUserName");
|
||||
|
||||
Reference in New Issue
Block a user