My website has a feature that activates the login button when a user enters their username and password. However, an issue arises when the browser autofills this information, as the login button does not get enabled in such cases. Is there a way to use JavaScript to detect when the browser fills in this information automatically?