Merge pull request 'feat/otp-cancel' (#147) from feat/otp-cancel into development
Reviewed-on: #147pull/157/head 1.6.10-alpha.1
commit
18afc47030
|
@ -50,9 +50,8 @@ export class OtpService {
|
|||
this.hasRepeatedDigits(otp) ||
|
||||
this.isPalindrome(otp) ||
|
||||
this.hasPartiallyRepeatedDigits(otp) ||
|
||||
otp?.split('')?.length < this.otpLength
|
||||
otp?.length < this.otpLength
|
||||
);
|
||||
|
||||
return otp;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue