Skip to content

Commit 588d547

Browse files
authored
Merge pull request #74 from data-for-change/63-implement-use-authentication-with-google-service
test
2 parents 1ab8d25 + 725d3a2 commit 588d547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/AuthService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AuthService {
2626
getAuthorizeUrl = (redirectUrl?: string) => {
2727
console.log('🚀 ~ AuthService ~ redirectUrl:', redirectUrl);
2828
// redirect url to safety-data-client
29-
const url = new URL(`${this.apiUrl}/sd-authorize/google?redirect_url=https://safety-data.anyway.co.il/`);
29+
const url = new URL(`${this.apiUrl}/sd-authorize/google?redirect_url=https://www.safety-data.anyway.co.il/`);
3030
return url.toString();
3131
};
3232
}

0 commit comments

Comments
 (0)