Handle user account redirect.
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run

This commit is contained in:
Mike Cao 2025-12-01 23:33:57 -08:00
parent 06251e1317
commit f5896f071b
3 changed files with 19 additions and 7 deletions

View file

@ -1,6 +1,5 @@
'use client';
import { redirect } from 'next/navigation';
import { getItem } from '@/lib/storage';
import { useEffect } from 'react';
import { LAST_TEAM_CONFIG } from '@/lib/constants';
import { getItem } from '@/lib/storage';