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

Commit

Permalink
add api/
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Jan 9, 2024
1 parent 6401ccd commit cc62f0c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 116 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/codecov.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/documentation.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/unit-test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/auth/fyle-callback/fyle-callback.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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 ? 'qbo-api': 'api'}`);
this.storageService.set('cluster-domain', `${clusterDomainWithToken.cluster_domain}/${environment.production ? 'qbo-api/api': 'api'}`);
this.authService.loginWithRefreshToken(clusterDomainWithToken.tokens.refresh_token).subscribe(response => {
const user: MinimalUser = {
'email': response.user.email,
Expand Down

0 comments on commit cc62f0c

Please sign in to comment.