Merge branch 'develop' into 'main'
hint-palm See merge request witapp/aura-webapp!677
This commit is contained in:
commit
3aa4592f48
@ -31,7 +31,10 @@ export function InitializationProvider({ children }: InitializationProviderProps
|
||||
const api = useApi();
|
||||
const { signUp, logout, token, user } = useAuth();
|
||||
const dispatch = useDispatch();
|
||||
const { isError: isErrorSession, session, createSession } = useSession()
|
||||
const {
|
||||
// isError: isErrorSession, session,
|
||||
createSession
|
||||
} = useSession()
|
||||
const source = getSourceByPathname();
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user