From 8ba56e1fd746990b15110668c2d3b0940f4c5ca6 Mon Sep 17 00:00:00 2001 From: snaerseljan Date: Mon, 16 Dec 2024 20:04:49 +0000 Subject: [PATCH] remove comment --- libs/react-spa/bff/src/lib/BffProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/react-spa/bff/src/lib/BffProvider.tsx b/libs/react-spa/bff/src/lib/BffProvider.tsx index 2ec1f30bd9a5..14557770b1a8 100644 --- a/libs/react-spa/bff/src/lib/BffProvider.tsx +++ b/libs/react-spa/bff/src/lib/BffProvider.tsx @@ -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' ||