Skip to content

Commit

Permalink
Update spender-onboarding-connect-card-step.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Dec 27, 2024
1 parent 04f49b7 commit 5464cf0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export class SpenderOnboardingConnectCardStepComponent implements OnInit, OnChan

// Set the formatted value back to the input
input.setValue(value);
}

private cardNumberValidator(control: AbstractControl): ValidationErrors {
// Reactive forms are not strongly typed in Angular 13, so we need to cast the value to string
Expand Down

0 comments on commit 5464cf0

Please sign in to comment.