feature: dashboard settings and invite activation flow consistency fixed. frontend warnings fixed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import React, { createContext, useCallback, useContext, useEffect, useMemo, useState } from 'react';
|
||||
import { useRouter } from 'next/navigation';
|
||||
import { authApi } from '@/lib/api/auth';
|
||||
import { User, Organization } from '@/types';
|
||||
import { User, Organization } from '@/types/organization';
|
||||
|
||||
interface AuthContextType {
|
||||
user: User | null;
|
||||
|
||||
Reference in New Issue
Block a user