Skip to content

Commit 583c06f

Browse files
committedFeb 26, 2020
fix: redirect_url -> redirect_uri
1 parent 5f3ef0e commit 583c06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function urlBuilderAuthorize(base: string, options: Result) {
3333
allowSignup: "allow_signup",
3434
clientId: "client_id",
3535
login: "login",
36-
redirectUrl: "redirect_url",
36+
redirectUrl: "redirect_uri",
3737
scopes: "scope",
3838
state: "state"
3939
};

0 commit comments

Comments
 (0)
Please sign in to comment.