Skip to content

Commit 30ceeb8

Browse files
authored
Update default OAuth web flow path in README (#2723)
Update default OAuth web flow path
1 parent bc49ae1 commit 30ceeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ app.oauth.on("token.created", async ({ token, octokit }) => {
825825
});
826826

827827
// Your app can receive the OAuth redirect at /api/github/oauth/callback
828-
// Users can initiate the OAuth web flow by opening /api/oauth/login
828+
// Users can initiate the OAuth web flow by opening /api/github/oauth/login
829829
createServer(createNodeMiddleware(app)).listen(3000);
830830
```
831831

0 commit comments

Comments
 (0)