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