delete error label

This commit is contained in:
Hepatica
2023-12-02 05:31:05 +01:00
parent 59c0457f91
commit 0fa501cfee

View File

@@ -47,7 +47,7 @@ export default {
); );
this.balance = currentMoney; this.balance = currentMoney;
}) })
.catch((error) => { .catch(() => {
let currentUserName = GetCookie("SpUserName"); let currentUserName = GetCookie("SpUserName");
let currentMoney = GetCurrentMoney( let currentMoney = GetCurrentMoney(
GetCookie("AUTHTOKEN"), GetCookie("AUTHTOKEN"),
@@ -61,6 +61,7 @@ export default {
} else { } else {
this.auth = false; this.auth = false;
} }
}); });
} else { } else {
let currentUserName = GetCookie("SpUserName"); let currentUserName = GetCookie("SpUserName");