feat: cleanup random page toasts

This commit is contained in:
2024-11-21 16:56:10 +01:00
parent 84aa846b87
commit ad4db882f0
3 changed files with 0 additions and 8 deletions

View File

@@ -20,7 +20,6 @@
OpenAPI.TOKEN = value.access_token;
const jwtinfo = JSON.parse(atob(OpenAPI.TOKEN.split(".")[1]));
store.login(value, jwtinfo);
toast($_("welcome_wavinghand"));
}
}
});
@@ -50,7 +49,6 @@
store.login(result.access_token, jwtinfo);
location.replace("/");
toast.dismiss();
toast($_("welcome_wavinghand"));
})
.catch((err) => {
toast.dismiss();