diff --git a/template/__twofaAccountManagement.tpl b/template/__twofaAccountManagement.tpl index c0af2d0..316eefb 100644 --- a/template/__twofaAccountManagement.tpl +++ b/template/__twofaAccountManagement.tpl @@ -16,7 +16,8 @@
{$twofaSecret}
{if PAGE_TITLE} - {assign var=twofaQRData value='otpauth://totp/'|concat:PAGE_TITLE:'?secret=':$twofaSecret} + {assign var=twofaPageTitle value=PAGE_TITLE|language} + {assign var=twofaQRData value='otpauth://totp/'|concat:$twofaPageTitle:'?secret=':$twofaSecret} {@$twofaQRData|qr} {/if}