You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be a nice to have feature to make debugging BadCredentials during the login step of the daemon easier to debug. It would allow people to see their password and username used within the configuration.
How to implement:
Add a boolean flag (name is up for discussion) to the SharedConfigValues struct.
Check for the flag in this method and change the values accordingly.