diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-14 15:37:50 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-27 15:06:56 +0200 |
commit | 069d02aaec201a6caa808d5bf4f2da1a36f8875a (patch) | |
tree | 75ee074d20efec3bbcda1c9d76087e8e367db4d5 /apps/settings/src/components/AuthTokenSection.vue | |
parent | 74db91910c91bff4e256b80f230bdb823f2891df (diff) | |
download | nextcloud-server-069d02aaec201a6caa808d5bf4f2da1a36f8875a.tar.gz nextcloud-server-069d02aaec201a6caa808d5bf4f2da1a36f8875a.zip |
Fix devices & sessions sanitization
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/settings/src/components/AuthTokenSection.vue')
-rw-r--r-- | apps/settings/src/components/AuthTokenSection.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/AuthTokenSection.vue b/apps/settings/src/components/AuthTokenSection.vue index 9c59d749e96..d65df026dbb 100644 --- a/apps/settings/src/components/AuthTokenSection.vue +++ b/apps/settings/src/components/AuthTokenSection.vue @@ -21,7 +21,7 @@ <template> <div id="security" class="section"> - <h2>{{ t('settings', 'Devices & sessions') }}</h2> + <h2>{{ t('settings', 'Devices & sessions', {}, undefined, {sanitize: false}) }}</h2> <p class="settings-hint hidden-when-empty"> {{ t('settings', 'Web, desktop and mobile clients currently logged in to your account.') }} </p> |