Skip to content

Commit

Permalink
remove beta subdomain from auth redirect_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Jan 8, 2021
1 parent 3ace6ee commit 8902886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class API {
return axios.post('https://auth.riotgames.com/api/v1/authorization', {
'client_id': 'play-valorant-web-prod',
'nonce': '1',
'redirect_uri': 'https://beta.playvalorant.com/opt_in',
'redirect_uri': 'https://playvalorant.com/opt_in',
'response_type': 'token id_token',
},{
jar: cookieJar,
Expand Down

0 comments on commit 8902886

Please sign in to comment.