mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-11 03:06:56 +02:00
clerk sign in
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { SignUp } from "@clerk/nextjs"
|
||||
import { SignIn } from "@clerk/nextjs"
|
||||
|
||||
export const SignUpClient = () => {
|
||||
export const SignInClient = () => {
|
||||
return (
|
||||
<div className="flex justify-center">
|
||||
<SignUp
|
||||
<SignIn
|
||||
appearance={{
|
||||
elements: {
|
||||
formButtonPrimary: "bg-primary text-primary-foreground",
|
||||
|
||||
Reference in New Issue
Block a user