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 829052e commit e8b5c8fCopy full SHA for e8b5c8f
src/lib/handleAuth/handleAuth.ts
@@ -82,7 +82,7 @@ export async function handleAuth({
82
request as unknown as SessionManager,
83
new URL(request.url),
84
);
85
- redirectToPostLoginUrl();
+ await redirectToPostLoginUrl();
86
return redirect(302, kindeConfiguration.loginRedirectURL ?? "/");
87
case "logout":
88
url = await kindeAuthClient.logout(request as unknown as SessionManager);
0 commit comments