File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,14 +130,14 @@ organizations. This can be enforced from the organization settings page in the
130
130
131
131
Coder supports
132
132
[ device flow] ( https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#device-flow )
133
- for GitHub OAuth. This is enabled by default for the default GitHub app and cannot be disabled
133
+ for GitHub OAuth. This is enabled by default for the default GitHub app and cannot be disabled
134
134
for that app. For your own custom GitHub OAuth app, you can enable device flow by setting:
135
135
136
136
``` env
137
137
CODER_OAUTH2_GITHUB_DEVICE_FLOW=true
138
138
```
139
139
140
- Device flow is optional for custom GitHub OAuth apps. We generally recommend using
140
+ Device flow is optional for custom GitHub OAuth apps. We generally recommend using
141
141
the standard OAuth flow instead, as it is more convenient for end users.
142
142
143
143
> [ !NOTE]
You can’t perform that action at this time.
0 commit comments