diff --git a/resources/views/v1/accounts/show.twig b/resources/views/v1/accounts/show.twig index a291392c01..7040ac6a8d 100644 --- a/resources/views/v1/accounts/show.twig +++ b/resources/views/v1/accounts/show.twig @@ -13,7 +13,7 @@
- {{ trans('firefly.authorization_request_intro', {client: client.name})|raw }} + {{ trans('firefly.authorization_request_intro', {client: client.name|escape})|raw }}
{% if scopes|length > 0 %}