website/integrations: fix missing closing brace for semaphore (#14467)

Update index.mdx

Added missing closing bracket

Signed-off-by: ericgu08 <79233593+ericgu08@users.noreply.github.com>
This commit is contained in:
ericgu08
2025-05-13 09:26:10 -04:00
committed by GitHub
parent 381a1a2c49
commit 7cc77bd387

View File

@ -61,6 +61,7 @@ Add the `oidc_providers` configuration:
"name_claim": "name",
"email_claim": "email",
"scopes": ["openid", "profile", "email"]
}
},
...
}