Skip to content

Commit

Permalink
GATEKEEPER DUMB
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Jan 28, 2024
1 parent 4504dfe commit d30fd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/IconLogin.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
return null;
}
let key : string = (await r.json()).access_token;
let key : string = (await r.json())[PUBLIC_CLIENT_SECRET ? 'access_token' : 'token'];
localStorage.setItem('gh_key', key);
let newQ = new URLSearchParams($page.url.searchParams.toString());
Expand Down

0 comments on commit d30fd28

Please sign in to comment.