hint-palm
This commit is contained in:
parent
0b79bcd72f
commit
f4e1945ccf
@ -31,7 +31,10 @@ export function InitializationProvider({ children }: InitializationProviderProps
|
|||||||
const api = useApi();
|
const api = useApi();
|
||||||
const { signUp, logout, token, user } = useAuth();
|
const { signUp, logout, token, user } = useAuth();
|
||||||
const dispatch = useDispatch();
|
const dispatch = useDispatch();
|
||||||
const { isError: isErrorSession, session, createSession } = useSession()
|
const {
|
||||||
|
// isError: isErrorSession, session,
|
||||||
|
createSession
|
||||||
|
} = useSession()
|
||||||
const source = getSourceByPathname();
|
const source = getSourceByPathname();
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user