fix:9019: display account name in password error notification.
Description
Update password notification title says "null" instead of account name
Screenshots
Technical details
Code was looking into username in credentials. But with OAuth, there is just an AuthState in credentials, no username. What we want to display in this notification, is just the account name, that we also display everywhere else in the UI.
Tests
- Connect to a murena.io account (through SSO)
- change password on the murena.io webinterface
- wait for the password error notification (or force sync to make it appears quickly)
Issues
https://gitlab.e.foundation/e/backlog/-/issues/9019