👔 create callback forwader
create a handler to forward callback requests from the OAuth provider to the main backend system.
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
import OauthCallbackHandler from "@/features/oauth-callback/pages/callbackHandler";
|
||||
import React from "react";
|
||||
import { ParamProps } from "@/features/oauth-callback/types/ParamProps";
|
||||
|
||||
const page = ({ params, searchParams }: ParamProps) => {
|
||||
return <OauthCallbackHandler callbackData={{ params, searchParams }} />;
|
||||
const page = () => {
|
||||
return <OauthCallbackHandler />;
|
||||
};
|
||||
|
||||
export default page;
|
||||
|
||||
Reference in New Issue
Block a user