Skip to content

Commit f8bac19

Browse files
committed
make lint/fmt
1 parent fd4f950 commit f8bac19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/users/github-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ organizations. This can be enforced from the organization settings page in the
130130

131131
Coder supports
132132
[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
134134
for that app. For your own custom GitHub OAuth app, you can enable device flow by setting:
135135

136136
```env
137137
CODER_OAUTH2_GITHUB_DEVICE_FLOW=true
138138
```
139139

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
141141
the standard OAuth flow instead, as it is more convenient for end users.
142142

143143
> [!NOTE]

0 commit comments

Comments
 (0)