FolabiAhn

Results 2 issues of FolabiAhn

I'm just opening a little discussion on this subject. **I wonder if this part of the code will work with AsyncValidators ?** ` merge(this.productForm.valueChanges, ...controlBlurs).pipe( debounceTime(800) ).subscribe(value => { this.displayMessage...

When trying to regenerate OTP code with PUT action, the code `await _dataProtectorTokenProvider.ValidateAsync("resend_token", resendToken, _userManager, user)` always return false. So the token is Invalid. Can you help on this ?