update
This commit is contained in:
@ -44,7 +44,7 @@ const initialProps: ContextProps = {
|
||||
const AccountUserProfileContext = createContext<ContextProps>(initialProps);
|
||||
|
||||
const API_URL = apiConfig.service_dashboard;
|
||||
const API_URL2 = apiConfig.service_master_data2;
|
||||
const API_URL2 = apiConfig.service_customer;
|
||||
|
||||
const AccountUserProfileContextProvider = ({ children }: { children: React.ReactNode }) => {
|
||||
const { login } = useAuthContext();
|
||||
|
||||
Reference in New Issue
Block a user