Skip to content

account: Cache enterprise user asynchronously

Ondrej Holy requested to merge wip/oholy/account-cache-user-asynchronously into master

When adding an enterprise account, the application freezes and the dialog to force quit application is shown. This is because a synchronous call is used to cache the user account. Let's use an asynchronous variant instead to prevent those freezes.

Merge request reports