We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c634bb7 commit 3409a70Copy full SHA for 3409a70
src/lib/handleAuth/handleAuth.ts
@@ -83,7 +83,7 @@ export async function handleAuth({
83
new URL(request.url),
84
);
85
await redirectToPostLoginUrl();
86
- throw redirect(302, kindeConfiguration.loginRedirectURL ?? "/");
+ throw redirect(302, kindeConfiguration.loginRedirectURL || "/");
87
case "logout":
88
url = await kindeAuthClient.logout(request as unknown as SessionManager);
89
break;
0 commit comments