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
I think that in the typings the type of SlLoginSession.profile should be any instead of string. SlUserDoc.profile is of type any (which I think is correct), and SlLoginSession.profile is copied from SlUserDoc.profile in User.createSession(), so it should have the same type.
The text was updated successfully, but these errors were encountered:
Hi,
I think that in the typings the type of
SlLoginSession.profile
should beany
instead ofstring
.SlUserDoc.profile
is of typeany
(which I think is correct), andSlLoginSession.profile
is copied fromSlUserDoc.profile
inUser.createSession()
, so it should have the same type.The text was updated successfully, but these errors were encountered: