We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make fmt
1 parent 9b89f3b commit 4d49907Copy full SHA for 4d49907
docs/admin/external-auth.md
@@ -163,7 +163,9 @@ CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=xxxxxxx
163
# If self managed, set the Auth URL to your Gitea instance
164
CODER_EXTERNAL_AUTH_0_AUTH_URL="https://gitea.com/login/oauth/authorize"
165
```
166
-The Redirect URI for Gitea should be https://coder.company.org/external-auth/gitea/callback
+
167
+The Redirect URI for Gitea should be
168
+https://coder.company.org/external-auth/gitea/callback
169
170
### Self-managed git providers
171
0 commit comments