From 5bef9d79065b9aca5ec3cf40a65676b9e973708d Mon Sep 17 00:00:00 2001 From: Kay0u Date: Tue, 21 Sep 2021 23:12:20 +0200 Subject: [PATCH] bind is not required here --- config_panel.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 04fc2b6..c44664d 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -16,5 +16,4 @@ name = "GitLab configuration" [main.users.use_web_account] ask = "Authorized external user creation ?" - type = "boolean" - bind = "null" \ No newline at end of file + type = "boolean" \ No newline at end of file