Skip to content

Commit

Permalink
Update invited-user.page.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Jan 22, 2025
1 parent 70c5f7f commit a6d4d5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export class InvitedUserPage implements OnInit {
forkJoin([this.orgSettingsService.get(), this.spenderOnboardingService.getOnboardingStatus()]).subscribe(
([orgSettings, onboardingStatus]) => {
/**
* Ref: https://www.notion.so/fyleuniverse/Self-Serve-Onboarding-Frontend-efb825569da548c2b8ee4645e111790d?pvs=4#10e2ed8bfcb38056b397e61ba1e362e2
* Org orgp5onHZThs requires additional steps before enrolling cards, hence they are skipped for onboarding
*/
const shouldProceedToOnboarding =
Expand Down

0 comments on commit a6d4d5b

Please sign in to comment.