diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php index 40c18674170..0d0a38ac480 100644 --- a/core/templates/loginflow/authpicker.php +++ b/core/templates/loginflow/authpicker.php @@ -30,7 +30,10 @@ $urlGenerator = $_['urlGenerator'];

t('Account access')) ?>

- t('You are about to grant "%s" access to your %s account.', [$_['client'], $_['instanceName']])) ?> + t('You are about to grant "%s" access to your %s account.', [ + '' . \OCP\Util::sanitizeHTML($_['client']) . '', + \OCP\Util::sanitizeHTML($_['instanceName']) + ])) ?>