'Remove browser autocomplete in my angular application
I'm creating an angular application where the first screen is a login screen. Once I've logged into the web application I'm asked by the browser if I want to save that user along with their password to auto-enter it in the future when I logout. I have tried using "autocomplete: 'new-password'" but this does not autocomplete the field, but when I click on it it recommends saved passwords and I don't want that either. I don't want my application to EVER autocomplete fields or save any password under any circumstances.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
