aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/api/oauth/animeschedule/callback/+server.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routes/api/oauth/animeschedule/callback/+server.ts b/src/routes/api/oauth/animeschedule/callback/+server.ts
index 2364d071..450c74cf 100644
--- a/src/routes/api/oauth/animeschedule/callback/+server.ts
+++ b/src/routes/api/oauth/animeschedule/callback/+server.ts
@@ -11,7 +11,6 @@ export const GET = async ({ url, cookies }) => {
formData.append('client_secret', env.ANIMESCHEDULE_CLIENT_SECRET as string);
formData.append('redirect_uri', env2.PUBLIC_ANIMESCHEDULE_REDIRECT_URI as string);
formData.append('code', url.searchParams.get('code') || 'null');
- console.log('code', url.searchParams);
cookies.set(
'animeschedule',
JSON.stringify(