test clerk sign in again

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-26 15:09:56 +02:00
parent 23e5ba7ab7
commit 8d79949a18
9 changed files with 20 additions and 403 deletions

View File

@@ -0,0 +1,9 @@
import { SignIn } from '@clerk/nextjs';
export default function Page() {
return (
<div className="flex min-h-screen items-center justify-center p-4">
<SignIn signUpUrl="/register" />
</div>
);
}