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
When the user data is too big, Cookies.set(_constants.USER_DATA, user, { expires: instance.expires })) fails silently, the proper error should be raised
The text was updated successfully, but these errors were encountered:
When the user data is too big,
Cookies.set(_constants.USER_DATA, user, { expires: instance.expires }))
fails silently, the proper error should be raisedThe text was updated successfully, but these errors were encountered: