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
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
#1059 revealed that the functions used to get user data are not guaranteed to have the data ready when the synchronous call is made. #1098 added a promise to the session that can be used to properly wait for the data to be loaded. Consider unifying the 2 code paths and implementing a more concise caching mechanism (lazy request instead of hard coded into login).
The text was updated successfully, but these errors were encountered:
#1059 revealed that the functions used to get user data are not guaranteed to have the data ready when the synchronous call is made. #1098 added a promise to the session that can be used to properly wait for the data to be loaded. Consider unifying the 2 code paths and implementing a more concise caching mechanism (lazy request instead of hard coded into login).
The text was updated successfully, but these errors were encountered: