After implementing a login page in Angular and connecting it to the database using an API, I encountered an issue. When entering incorrect credentials in Google Chrome, I receive a sign-in alert with reference to my API source located at
http://staging.xyz.com
your connection to the site is not private
This alert includes both the username and password.
Surprisingly, my code does not contain any alert message related to this.
I have tried searching for solutions but unfortunately, nothing helpful was found.
If anyone knows how to prevent or block this alert from showing up, please share your suggestions. Your help will be greatly appreciated!