From 7833f8738258e0db2c1acc858e06968771053028 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 9 Jun 2025 20:24:57 -0700 Subject: deps(SvelteKit): Migrate to SvelteKit 2 --- src/lib/Utility/oauth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Utility/oauth.ts') diff --git a/src/lib/Utility/oauth.ts b/src/lib/Utility/oauth.ts index 5c05bff9..c42739c3 100644 --- a/src/lib/Utility/oauth.ts +++ b/src/lib/Utility/oauth.ts @@ -47,5 +47,5 @@ export const callback = async (options: CallbackOptions) => { } ); - throw redirect(303, options.redirect ?? '/'); + redirect(303, options.redirect ?? '/'); }; -- cgit v1.2.3