Skip to content

Commit

Permalink
[fix] added automatic routing from verification to success page
Browse files Browse the repository at this point in the history
  • Loading branch information
rohin-444 committed Dec 7, 2024
1 parent fd937c0 commit 4549cc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/(auth)/success/page.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'use client';

import { useEffect } from 'react';
import { useRouter } from 'next/navigation';
import supabase from '@/api/supabase/createClient';
import Rose from '@/public/images/rose-greenbg.svg';
import {
Background,
Expand Down

0 comments on commit 4549cc0

Please sign in to comment.