Three different retry configurations for the same `getMe` query:
- `useOptionalAuth`: `retry: false` (0 retries)
- `useRequireAuth`: no retry option, inherits QueryClient default `retry: 1`
- `useMe` in queries.ts: `retry: false` (0 retries)
Should align intentionally.
Three different retry configurations for the same `getMe` query:
Should align intentionally.