From baaf6c0450493f40d2a77e1855af5056d4443455 Mon Sep 17 00:00:00 2001 From: ashwin1111 Date: Wed, 24 Jan 2024 15:14:04 +0530 Subject: [PATCH] remove comment --- src/app/auth/fyle-callback/fyle-callback.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/auth/fyle-callback/fyle-callback.component.ts b/src/app/auth/fyle-callback/fyle-callback.component.ts index ac6b010c..e69ea2c9 100644 --- a/src/app/auth/fyle-callback/fyle-callback.component.ts +++ b/src/app/auth/fyle-callback/fyle-callback.component.ts @@ -34,7 +34,6 @@ export class FyleCallbackComponent implements OnInit { private saveUserProfileAndNavigate(code: string): void { this.authService.getClusterDomainByCode(code).subscribe((clusterDomainWithToken: ClusterDomainWithToken) => { - // TODO: rename staging service to quickbooks-api this.storageService.set('cluster-domain', `${clusterDomainWithToken.cluster_domain}/${environment.production ? 'quickbooks-api/api': 'api'}`); this.authService.loginWithRefreshToken(clusterDomainWithToken.tokens.refresh_token).subscribe(response => { const user: MinimalUser = {