Skip to content

Commit

Permalink
fix (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
maamalama authored Sep 19, 2024
1 parent 910b195 commit a98a304
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const SignUp = () => {
const supabase = useSupabaseClient();
const { setNotification } = useNotification();
const [showEmailConfirmation, setShowEmailConfirmation] = useState(false);

const user = useUser();
const router = useRouter();
const { demo = "false" } = router.query;
Expand Down

0 comments on commit a98a304

Please sign in to comment.