From 25ffa21d54fdc9701aed2c28989affa963b39f55 Mon Sep 17 00:00:00 2001 From: 4d62 Date: Fri, 10 Jan 2025 22:03:40 -0500 Subject: [PATCH] website/integrations: pgadmin: fix another stupidity I probably made Glorious https://img.sdko.org/u/0k3f46.png Signed-off-by: 4d62 --- website/integrations/services/pgadmin/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/pgadmin/index.md b/website/integrations/services/pgadmin/index.md index 2b7099a51553..1a6153fcdedb 100644 --- a/website/integrations/services/pgadmin/index.md +++ b/website/integrations/services/pgadmin/index.md @@ -49,7 +49,7 @@ To configure OAuth in pgAdmin, you can either use the `config_local.py` file or OAUTH2_AUTO_CREATE_USER = True OAUTH2_CONFIG = [{ 'OAUTH2_NAME': 'authentik', - 'OAUTH2_DISPLAY_NAME': 'Login with authentik', + 'OAUTH2_DISPLAY_NAME': 'authentik', 'OAUTH2_CLIENT_ID': '', 'OAUTH2_CLIENT_SECRET': '', 'OAUTH2_TOKEN_URL': 'https://authentik.company/application/o/token/',