1

I've developed a SIP based webphone app which does SMS, and thus it takes text input. Whenever I type anything into this field, Chrome pops up with "Change your password; Chrome found the password you just used in a data breach. We recommend changing this password now."

The field is NOT a protected password field or anything, here is the code:

<div id="chatConvSend">
  <input type="text" id="chatInput">
  <input href="#" type="button" id="chatSendBtn" class=btn btn-primary btn-sm" value="Send" onclick="sipMsg('1234')">
</div>

Is there something I can do about this field to tell chrome this is NOT a password so it stops popping up all the time?

surfrock66
  • 79
  • 2
  • 10

0 Answers0