From ffc8265e1f6289a76bab4a1f46802ba9ac34bada Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 25 Nov 2024 20:46:27 +0100 Subject: [PATCH] ui: login view: add missing trailing comma Signed-off-by: Thomas Lamprecht --- www/LoginView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ), ), });