From cb55eb2c4bcb7d8999f3c9dad5dc47a4c30fc545 Mon Sep 17 00:00:00 2001 From: George Dekermenjian Date: Thu, 10 Oct 2024 16:03:37 +0200 Subject: [PATCH] Update sign_up.py fix wrong tag --- custom_components/reflex_clerk/lib/sign_up.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/reflex_clerk/lib/sign_up.py b/custom_components/reflex_clerk/lib/sign_up.py index e2520fe..8b75334 100644 --- a/custom_components/reflex_clerk/lib/sign_up.py +++ b/custom_components/reflex_clerk/lib/sign_up.py @@ -33,7 +33,7 @@ class SignUp(rx.Component): library = "@clerk/clerk-react" # The React component tag. - tag = "SignIn" + tag = "SignUp" appearance: Appearance = None """Optional object to style your components. Will only affect Clerk Components and not Account Portal pages."""