From d70e68ea780717325e6ec730ecda27a8569c7a3a Mon Sep 17 00:00:00 2001 From: Gk <76690271+GurukiranP@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:54:30 +0530 Subject: [PATCH] [ES-675] Something went wrong page responsive fix Signed-off-by: Gk <76690271+GurukiranP@users.noreply.github.com> --- oidc-ui/src/pages/SomethingWrong.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oidc-ui/src/pages/SomethingWrong.js b/oidc-ui/src/pages/SomethingWrong.js index 0dadc0a01..8a2ffee8f 100644 --- a/oidc-ui/src/pages/SomethingWrong.js +++ b/oidc-ui/src/pages/SomethingWrong.js @@ -6,7 +6,7 @@ export default function SomethingWrongPage({ i18nKeyPrefix = "errors" }) { const { t } = useTranslation("translation", { keyPrefix: i18nKeyPrefix }); const statusCode = useLocation().state.code; return ( -