Skip to content

fix web apps not updating internal username/password

Galunke requested to merge galunke/psono-client:develop into develop

I had a problem with an angular app (portainer) not updating the internal username and password. I fixed it by triggering a simple change event for the form elements after inserting the password. Somehow calling it via jQuery didn't worked, so it's vanilla JS.

Tested in Chrome 74.0.3729.169

Merge request reports