Commit 983b90e4 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch '27847-auth0-doc-typo' into 'master'

Fix typo in auth0.md doc

Closes #27847

See merge request !9059
parents a0da03d9 0d53ce9e
......@@ -54,7 +54,7 @@ for initial settings.
gitlab_rails['omniauth_providers'] = [
{
"name" => "auth0",
"args" => { client_id: 'YOUR_AUTH0_CLIENT_ID'',
"args" => { client_id: 'YOUR_AUTH0_CLIENT_ID',
client_secret: 'YOUR_AUTH0_CLIENT_SECRET',
namespace: 'YOUR_AUTH0_DOMAIN'
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment