making changes to user model to know what's optional and what's not to protect against google

This commit is contained in:
talksik
2022-05-05 04:45:08 -05:00
parent fbcd97ca89
commit 34e5a19276
3 changed files with 13 additions and 11 deletions
@@ -7,6 +7,8 @@ export function useAuthCheck(jwtToken?: string) {
retry: false,
refetchOnWindowFocus: false,
enabled: jwtToken ? true : false,
refetchInterval: 10000,
});
}