There was an error while loading. Please reload this page.
1 parent 7a471d5 commit 8240edeCopy full SHA for 8240ede
1 file changed
src/services/AuthService.ts
@@ -24,6 +24,7 @@ class AuthService {
24
* GET /sd-authorize/google
25
*/
26
getAuthorizeUrl = (redirectUrl?: string) => {
27
+ // redirect url to safety-data-client
28
const url = new URL(`${this.apiUrl}/sd-authorize/google?redirect_url=${redirectUrl}`);
29
return url.toString();
30
};
0 commit comments