From b52d5dccacda2e119f9e43fa9e2cf34ef822bb9d Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Tue, 16 Aug 2022 09:01:21 -0600 Subject: [PATCH] website/integrations: fix config typo in vikunja (#3373) Fixing configuration typo `truefo` -> `true` Signed-off-by: Kyle Brown Signed-off-by: Kyle Brown --- website/integrations/services/vikunja/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/vikunja/index.md b/website/integrations/services/vikunja/index.md index 15590f30b..398cc68e4 100644 --- a/website/integrations/services/vikunja/index.md +++ b/website/integrations/services/vikunja/index.md @@ -68,7 +68,7 @@ auth: # Take a look at the [default config file](https://github.com/go-vikunja/api/blob/main/config.yml.sample) for more information about how to configure openid authentication. openid: # Enable or disable OpenID Connect authentication - enabled: truefo + enabled: true # A list of enabled providers providers: # The name of the provider as it will appear in the frontend.