diff options
author | Reb <reb@gitlab.com> | 2017-02-08 04:00:20 +0000 |
---|---|---|
committer | Reb <reb@gitlab.com> | 2017-02-08 04:00:20 +0000 |
commit | 0d53ce9eb8b245b5382246df12e1b38a843e4f1d (patch) | |
tree | 9ddff3919b29935f44953869b598c6abfc07bb57 /doc | |
parent | bbb7fbcd02c9d9a8a6d6ca44d7ce668b80962c21 (diff) | |
download | gitlab-ce-0d53ce9eb8b245b5382246df12e1b38a843e4f1d.tar.gz |
Fix typo in auth0.md doc
27847-auth0-doc-typo
Removed spurious character from Omnibus example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/integration/auth0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/auth0.md b/doc/integration/auth0.md index e5247082a89..b10f7054482 100644 --- a/doc/integration/auth0.md +++ b/doc/integration/auth0.md @@ -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' } |