Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Jan 24, 2024
1 parent a3f4e1b commit baaf6c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/auth/fyle-callback/fyle-callback.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit baaf6c0

Please sign in to comment.