diff --git a/www/LoginView.js b/www/LoginView.js index f9da8ede..07d14dc6 100644 --- a/www/LoginView.js +++ b/www/LoginView.js @@ -25,9 +25,7 @@ Ext.define('PBS.LoginView', { Ext.create('Proxmox.window.ConsentModal', { autoShow: true, consent: Proxmox.Markdown.parse( - Ext.htmlEncode( - Proxmox.Utils.base64ToUtf8(Proxmox.consentText), - ), + Proxmox.Utils.base64ToUtf8(Proxmox.consentText), ), }); }