File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ npm install arctic
1111``` ts
1212import * as arctic from " arctic" ;
1313
14- const github = new arctic .GitHub (clientId , clientSecret );
14+ const github = new arctic .GitHub (clientId , clientSecret , redirectURI );
1515
1616const state = arctic .generateState ();
1717const scopes = [" user:email" ];
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Arctic is a collection of OAuth 2.0 clients for popular providers. Only the auth
1313``` ts
1414import * as arctic from " arctic" ;
1515
16- const github = new arctic .GitHub (clientId , clientSecret );
16+ const github = new arctic .GitHub (clientId , clientSecret , redirectURI );
1717
1818const state = arctic .generateState ();
1919const scopes = [" user:email" ];
You can’t perform that action at this time.
0 commit comments