There was an error while loading. Please reload this page.
2 parents 1ab8d25 + 725d3a2 commit 588d547Copy full SHA for 588d547
1 file changed
src/services/AuthService.ts
@@ -26,7 +26,7 @@ class AuthService {
26
getAuthorizeUrl = (redirectUrl?: string) => {
27
console.log('🚀 ~ AuthService ~ redirectUrl:', redirectUrl);
28
// redirect url to safety-data-client
29
- const url = new URL(`${this.apiUrl}/sd-authorize/google?redirect_url=https://safety-data.anyway.co.il/`);
+ const url = new URL(`${this.apiUrl}/sd-authorize/google?redirect_url=https://www.safety-data.anyway.co.il/`);
30
return url.toString();
31
};
32
}
0 commit comments