From 36d60411f9a0586e47fe3b21969c2ff5c6236f89 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 8 Apr 2021 12:54:29 +0200 Subject: [PATCH] Fix info.ftl --- src/lib/components/Info.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/components/Info.tsx b/src/lib/components/Info.tsx index f6a93484..6784adee 100644 --- a/src/lib/components/Info.tsx +++ b/src/lib/components/Info.tsx @@ -53,13 +53,13 @@ export const Info = memo(({ kcContext, ...props }: { kcContext: KcContext.Info; { !skipLink && pageRedirectUri !== undefined ? -

${(msg("backToApplication"))}

+

{(msg("backToApplication"))}

: actionUri !== undefined ? -

${msg("proceedWithAction")}

+

{msg("proceedWithAction")}

: client.baseUrl !== undefined && -

${msg("backToApplication")}

+

{msg("backToApplication")}

}