website/integrations: fix config typo in vikunja (#3373)

Fixing configuration typo `truefo` -> `true`

Signed-off-by: Kyle Brown <blackbarn@gmail.com>

Signed-off-by: Kyle Brown <blackbarn@gmail.com>
This commit is contained in:
Kyle Brown 2022-08-16 09:01:21 -06:00 committed by GitHub
parent e96a4fa181
commit b52d5dccac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.