mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Handle user account redirect.
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
This commit is contained in:
parent
06251e1317
commit
f5896f071b
3 changed files with 19 additions and 7 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue