fixed boosts not displaying properly; among

This commit is contained in:
ari melody 2024-06-29 23:10:29 +01:00
parent 5db825d97e
commit f2c96d5968
Signed by: ari
GPG key ID: CF99829C92678188
12 changed files with 70 additions and 74 deletions

View file

@ -1 +0,0 @@
<slot/>

View file

@ -11,7 +11,7 @@ export async function load({ params, url }) {
if (auth_code) {
client.getToken(auth_code).then(() => {
client.save();
goto(url.origin);
goto("/");
});
}
error(400, {