fix: RSC boundary error from auth/oauth2/authorize (#19226)

This commit is contained in:
Benny Joo
2025-02-10 19:18:25 +00:00
committed by GitHub
parent cd721308d0
commit 9bf3732717
@@ -9,4 +9,8 @@ export const generateMetadata = async () => {
);
};
export default Page;
const ServerPageWrapper = async () => {
return <Page />;
};
export default ServerPageWrapper;