ui: login view: add missing trailing comma

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-25 20:46:27 +01:00
parent 4ef241a63b
commit ffc8265e1f

View File

@ -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),
),
),
});