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.
redirect_url
redirect_uri
1 parent 6be28b8 commit 5f3ef0eCopy full SHA for 5f3ef0e
test/index.test.ts
@@ -56,7 +56,7 @@ test("redirectUrl option", () => {
56
scopes: [],
57
state: "4feornbt361",
58
url:
59
- "https://github.com/login/oauth/authorize?allow_signup=true&client_id=1234567890abcdef1234&redirect_url=https://example.com&state=4feornbt361"
+ "https://github.com/login/oauth/authorize?allow_signup=true&client_id=1234567890abcdef1234&redirect_uri=https://example.com&state=4feornbt361"
60
});
61
62
0 commit comments