Skip to content

Commit

Permalink
Update spender-onboarding-opt-in-step.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Jan 7, 2025
1 parent a34b2a3 commit b2af4d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export class SpenderOnboardingOptInStepComponent implements OnInit, OnChanges {
this.sendCodeLoading = false;
}

handleOtpError(err: HttpErrorResponse) {
handleOtpError(err: HttpErrorResponse): void {
if (err.status === 400) {
const error = err.error as { message: string };
const errorMessage = error.message?.toLowerCase() || '';
Expand Down

0 comments on commit b2af4d7

Please sign in to comment.