Martin Weber
Martin Weber
@stoamandl 's suggestion of rebooting has worked on one of my user's iPhones. **User 1** Got logged out and single login attempt "brute forces" the server, locking him out. "too...
https://stackblitz.com/edit/angular-ivy-yzch5s?file=src/app/app.component.html I was able to find the problem. Apparently, using the `required` attribute is the root of the error. Is that a bug, or is it intended that using standard...
> I overlooked the `required` attribute on the `input`. In your example StackBlitz I see you're importing both the `FormsModule` and `ReactiveFormsModule`. Theoretically this should cause issues, because now the...