neon
neon copied to clipboard
Updating account credentials does not update UI
When the credentials for an account no longer match the user is prompted to login again. When the user does that and returns to the app the UI will not be updated and the app has to be restarted to make it work again.
The problem is probably the equality check is not considering the password. This is required in some places, but for those we should instead resort to the account ID.
Hello @provokateurin :wave:, do you think this is solved as you explained in #1377 ?
No, unfortunately this problem is a quite complex as it is not only about making this work, but also keeping the routing working.