From 3a544cce1e805918a95d1f62b97f2c55be12c141 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 13 Dec 2021 14:33:19 +0100 Subject: [PATCH] fix: add missing comma --- config.json.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.tmpl b/config.json.tmpl index b4b013f..a4742e1 100644 --- a/config.json.tmpl +++ b/config.json.tmpl @@ -10,7 +10,7 @@ }, "sso_redirect_options": { "immediate": true - } + }, "disable_custom_urls": false, "disable_guests": true, "disable_login_language_selector": true,