Skip to content

Fix regressions in account page offline mode

Will Thompson requested to merge fix-account-local-enterprise-switch into master

!23 (merged) introduced two regressions in the account page:

  1. each time the language is changed, a callback referring to freed memory is leaked
  2. on systems where realmd is not present (such as Endless), the “Go online to set up Enterprise Login.” label is always shown, regardless of network state

Here are two small patches to fix these two bugs. It'd be good to get these into 3.31.92 on Monday.

Merge request reports