keycloak-aplcache

Details

diff --git a/themes/src/main/resources/theme/keycloak-preview/account/index.ftl b/themes/src/main/resources/theme/keycloak-preview/account/index.ftl
index 9ce901c..872e42e 100644
--- a/themes/src/main/resources/theme/keycloak-preview/account/index.ftl
+++ b/themes/src/main/resources/theme/keycloak-preview/account/index.ftl
@@ -16,7 +16,7 @@
         
             <#if msg??>
                 var locale = '${locale}';
-                var l18n_msg = JSON.parse('${msg}');
+                var l18n_msg = JSON.parse('${msg?no_esc}');
             </#if>
         </script>