onboarding completed
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
97627583ec
commit
7d22d2ddad
7
apps/dashboard/src/app/(auth)/sso-callback/page.tsx
Normal file
7
apps/dashboard/src/app/(auth)/sso-callback/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { AuthenticateWithRedirectCallback } from '@clerk/nextjs';
|
||||
|
||||
const SSOCallback = () => {
|
||||
return <AuthenticateWithRedirectCallback />;
|
||||
};
|
||||
|
||||
export default SSOCallback;
|
||||
Reference in New Issue
Block a user