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:
parent
e96a4fa181
commit
b52d5dccac
|
@ -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.
|
||||
|
|
Reference in New Issue