fix: RSC boundary error from auth/oauth2/authorize (#19226)
This commit is contained in:
@@ -9,4 +9,8 @@ export const generateMetadata = async () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Page;
|
||||
const ServerPageWrapper = async () => {
|
||||
return <Page />;
|
||||
};
|
||||
|
||||
export default ServerPageWrapper;
|
||||
|
||||
Reference in New Issue
Block a user