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;
})
.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");