fix clerk auth sign in with provider
This commit is contained in:
@@ -3,12 +3,7 @@ import { AuthenticateWithRedirectCallback } from '@clerk/nextjs';
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
const SSOCallback = () => {
|
||||
return (
|
||||
<AuthenticateWithRedirectCallback
|
||||
signInUrl="/login"
|
||||
signUpUrl="/register"
|
||||
/>
|
||||
);
|
||||
return <AuthenticateWithRedirectCallback />;
|
||||
};
|
||||
|
||||
export default SSOCallback;
|
||||
|
||||
Reference in New Issue
Block a user