Hello! When a user successfully enters their password into the form, the browser does not display the standard prompt to save the password. I wondered: is the program code specifically configured so that the password is not saved?
In my project, I modify the code slightly so that this prompt is displayed and the password is saved in sessionStorage.
Hello! When a user successfully enters their password into the form, the browser does not display the standard prompt to save the password. I wondered: is the program code specifically configured so that the password is not saved?
In my project, I modify the code slightly so that this prompt is displayed and the password is saved in sessionStorage.