Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

fix:9019: display account name in password error notification.

Description

Update password notification title says "null" instead of account name

Screenshots

Screenshot_20251119-092635_Settings

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

10 commandments of code review

👪 ❤️ code review guidelines

Merge request reports

Loading