We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ace6ee commit 8902886Copy full SHA for 8902886
1 file changed
src/api.js
@@ -40,7 +40,7 @@ class API {
40
return axios.post('https://auth.riotgames.com/api/v1/authorization', {
41
'client_id': 'play-valorant-web-prod',
42
'nonce': '1',
43
- 'redirect_uri': 'https://beta.playvalorant.com/opt_in',
+ 'redirect_uri': 'https://playvalorant.com/opt_in',
44
'response_type': 'token id_token',
45
},{
46
jar: cookieJar,
0 commit comments