From 3979d731a7568e439d0c4fcf25dfffdcec78f4e4 Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Sat, 3 Feb 2024 12:23:24 +0300 Subject: [PATCH] fix: sign-in page.tsx --- src/app/sign-in/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/sign-in/page.tsx b/src/app/sign-in/page.tsx index 5262a43063b..f3f4c6be9b6 100644 --- a/src/app/sign-in/page.tsx +++ b/src/app/sign-in/page.tsx @@ -23,7 +23,7 @@ import { supabase } from "src/lib/api/supabase"; import { isIframe } from "src/lib/utils/widget"; import useUser from "src/store/useUser"; -export function AuthenticationForm(props: PaperProps) { +function AuthenticationForm(props: PaperProps) { const setSession = useUser(state => state.setSession); const [loading, setLoading] = React.useState(false); const [userData, setUserData] = React.useState({