forked from blisstown/campfire
fixed boosts not displaying properly; among
This commit is contained in:
parent
5db825d97e
commit
f2c96d5968
12 changed files with 70 additions and 74 deletions
|
@ -1 +0,0 @@
|
|||
<slot/>
|
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue