too many things to list (notably, user avatar update)
This commit is contained in:
parent
a7950671e1
commit
d6c9345dba
20 changed files with 341 additions and 47 deletions
|
@ -19,8 +19,6 @@ export const load = async ({ fetch, url, cookies, parent }) => {
|
|||
},
|
||||
);
|
||||
|
||||
console.log(JSON.stringify(resp));
|
||||
|
||||
if ("token" in resp) {
|
||||
const authResp = resp as AuthResponse;
|
||||
cookies.set("pronounscc-token", authResp.token, { path: "/" });
|
||||
|
@ -42,8 +40,6 @@ export const actions = {
|
|||
const username = data.get("username");
|
||||
const ticket = data.get("ticket");
|
||||
|
||||
console.log(JSON.stringify({ username, ticket }));
|
||||
|
||||
const resp = await request<AuthResponse>(fetch, "POST", "/auth/discord/register", {
|
||||
body: { username, ticket },
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue