Minor api fixes, made useId hook login optional

This commit is contained in:
2023-08-07 14:10:52 +03:00
parent d2a3393a11
commit 2b5a917107
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import { UseFetchReturn } from '../useFetch'
const useUser = (): UseFetchReturn<User> => (
// useFetch(
// composeUserUrl(getToken()),
// composeUserURL(),
// 'GET',
// true,
// isUserResponse,