Skip to content

Commit

Permalink
Remove baseurl (#9260)
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT authored Feb 27, 2024
1 parent 403edd9 commit 0d586b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nextAuthSessionProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type sessionProps = {
children: ReactNode;
};
function NextAuthSessionProvider({children}: sessionProps) {
return <SessionProvider basePath="/changelog/api/auth">{children}</SessionProvider>;
return <SessionProvider>{children}</SessionProvider>;
}

export default NextAuthSessionProvider;

0 comments on commit 0d586b9

Please sign in to comment.