Update index.tsx

This commit is contained in:
talksik
2022-05-12 11:26:11 -05:00
parent 9a1c787850
commit 4a5e259f7a
+1 -1
View File
@@ -32,7 +32,7 @@ export function useAuthCheck(enabled: boolean = true) {
}
export function useLogin() {
return useMutation("LOGIN", ApiCalls.login, {});
return useMutation("LOGIN", ApiCalls.login);
}
export function useGetUserDetails() {