mirror of
https://github.com/workhardbekind/workout-challenge.git
synced 2026-07-04 09:23:32 -04:00
fixes for security
This commit is contained in:
parent
ddf726315e
commit
7caf7c7e93
2 changed files with 7 additions and 31 deletions
|
|
@ -25,7 +25,7 @@ export function InitStravaLink() {
|
|||
return /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
|
||||
};
|
||||
|
||||
const urlSecondPart = 'client_id=156364&response_type=code&approval_prompt=force&scope=profile:read_all,activity:read_all&redirect_uri=' + encodedBaseUrl;
|
||||
const urlSecondPart = 'client_id=178748&response_type=code&approval_prompt=force&scope=profile:read_all,activity:read_all&redirect_uri=' + encodedBaseUrl;
|
||||
let urlFirstPart = '';
|
||||
|
||||
if (isIOS()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue