Skip to content

Commit 8902886

Browse files
committed
remove beta subdomain from auth redirect_uri
1 parent 3ace6ee commit 8902886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class API {
4040
return axios.post('https://auth.riotgames.com/api/v1/authorization', {
4141
'client_id': 'play-valorant-web-prod',
4242
'nonce': '1',
43-
'redirect_uri': 'https://beta.playvalorant.com/opt_in',
43+
'redirect_uri': 'https://playvalorant.com/opt_in',
4444
'response_type': 'token id_token',
4545
},{
4646
jar: cookieJar,

0 commit comments

Comments
 (0)