Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
snaerth committed Dec 16, 2024
1 parent 6b4ff4c commit 8ba56e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/react-spa/bff/src/lib/BffProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const BffProvider = ({
})

const { authState } = state
const showErrorScreen = authState === 'error' // TODO here look at making this dynamic depending on error code
const showErrorScreen = authState === 'error'
const showLoadingScreen =
authState === 'loading' ||
authState === 'switching' ||
Expand Down

0 comments on commit 8ba56e1

Please sign in to comment.