website/integrations: fix typo in documentation for OIDC setup with Paperless-ngx (#10218)

Update index.md

Missing " cost me more time than I'd like to admit. Paying it forward.

Signed-off-by: Russ Harvey <53157589+rwh85@users.noreply.github.com>
This commit is contained in:
Russ Harvey
2024-06-26 01:27:15 -06:00
committed by GitHub
parent 53a44435f8
commit 8626d7a7aa

View File

@ -48,7 +48,7 @@ PAPERLESS_SOCIALACCOUNT_PROVIDERS: >
"provider_id": "authentik",
"name": "Authentik",
"client_id": "< Client ID >",
"secret": "< Client Secret >,
"secret": "< Client Secret >",
"settings": {
"server_url": "https://authentik.company/application/o/paperless/.well-known/openid-configuration"
}