You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(frontend): load user profile during login (#5460)
# Motivation
We are going to save the enabled/disabled networks in the backend, in
the user profile. So, we need to load the user profile before all the
other services, to avoid doing work for disabled networks.
# Changes
- Add `loadUserProfile` in the `onMount` of `Loader` component, before
the addresses.
# Tests
No changes in local replica.
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments