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
Currently the events$ observable fires before any of the properties in the auth-service are updated.
This causes issues when we want to do authenticated actions from the event handlers.
For example:
This will cause the loadUserInfo call to fail since the token isn't set yet.
The text was updated successfully, but these errors were encountered:
leonluc-dev
changed the title
events$ observable updates before property observables are updated
events$ observable updates before other observables are updated
Sep 15, 2022
Currently the events$ observable fires before any of the properties in the auth-service are updated.
This causes issues when we want to do authenticated actions from the event handlers.
For example:
This will cause the loadUserInfo call to fail since the token isn't set yet.
The text was updated successfully, but these errors were encountered: