aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/oauth/refresh/+server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/api/oauth/refresh/+server.ts')
-rw-r--r--src/routes/api/oauth/refresh/+server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/api/oauth/refresh/+server.ts b/src/routes/api/oauth/refresh/+server.ts
index 13e7ab09..d9e33f51 100644
--- a/src/routes/api/oauth/refresh/+server.ts
+++ b/src/routes/api/oauth/refresh/+server.ts
@@ -1,6 +1,6 @@
+import { redirect } from "@sveltejs/kit";
import { env } from "$env/dynamic/private";
import { env as env2 } from "$env/dynamic/public";
-import { redirect } from "@sveltejs/kit";
export const GET = async ({ url, cookies }) => {
const formData = new FormData();