making changes to user model to know what's optional and what's not to protect against google
This commit is contained in:
@@ -7,6 +7,8 @@ export function useAuthCheck(jwtToken?: string) {
|
||||
retry: false,
|
||||
refetchOnWindowFocus: false,
|
||||
enabled: jwtToken ? true : false,
|
||||
|
||||
refetchInterval: 10000,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user