Skip to content

Commit

Permalink
fix: disable retry on token validation query
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Jan 9, 2025
1 parent edf1817 commit 520a9e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/session-checker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function SessionChecker() {
{
queryKey,
enabled: queryEnabled,
retry: false,
},
);

Expand Down

0 comments on commit 520a9e4

Please sign in to comment.