I have a form that username gets pre-populated from the backend. When the page loads, the username is shown in the username
field. When lastpass loads, it changes the username
to the username that is saved on the lastpass. It looks like a bug that lastpass overwrites the username when it has a value. Is there a way to prevent this?
In the above video, pre defined username is baz@qux.com
. After lastpass is loaded, it changes to foo@bar.com
.
PS. I'm the developer. I am looking for a way to prevent this from happening for my users.