aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/oauth/refresh
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/api/oauth/refresh')
-rw-r--r--src/routes/api/oauth/refresh/+server.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routes/api/oauth/refresh/+server.ts b/src/routes/api/oauth/refresh/+server.ts
index d9e33f51..49306076 100644
--- a/src/routes/api/oauth/refresh/+server.ts
+++ b/src/routes/api/oauth/refresh/+server.ts
@@ -22,7 +22,6 @@ export const GET = async ({ url, cookies }) => {
maxAge: 60 * 60 * 24 * 7,
httpOnly: false,
sameSite: "lax",
- secure: false,
});
if (url.searchParams.get("redirect")) redirect(303, "/");