Does electron autofill Auth0?

We’ve been having trouble with an electron application that doesn’t properly log out. Even when we go to a user in the dashboard and remove all their linked devices, they still get a new token without having to log in. The only thing that forces them to log in is a password change.

We’re starting to wonder if electron is auto-filling and submitting passwords. Has anybody else had a similar issue?

Another thing to add: When a user is logged in without entering their password, and I look at the logs for their successful login, it shows “Connection” as N/A instead of “Username-Password-Authentication”. Why does this happen?