https://developer.mozilla.org/en-US/docs/Web/Security
add autocomplete attribute and set it to off
autocomplete
off
<form> <label>Password</label> <input type="password" autocomplete="off"> </form>
https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion