Skip to content

Commit

Permalink
fix: sign-in page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Feb 3, 2024
1 parent 2402e81 commit 3979d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sign-in/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 3979d73

Please sign in to comment.