'automatically rendering/putting email and passwords whenever page reloads in JSX

While writing autocomplete in text field of email and password in login page, it is rendering or automatically putting email and passwords whenever page reloads

I haven't added functionality yet in login page. Only JSX part has been done now. I have uploaded whole code of login page in this screenshot.

login page, issue in text field of email and password

login page mui

context to login page in navbar



Solution 1:[1]

The blue tint in the textfields suggests that your email and password have been saved to your browser and the browser is autofilling the email and password.

Try removing these credentials from your browser

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Talha Irshad