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
We are still creating an unnecessary property for user inside of ConnectedUser even after extending it, here is what is required:
We remove the final User user ppt from the ConnectedUser class
The current constructor we have has to be renamed as ConnectedUser.fromUser({required User user}), idea being we'll create a ConnectedUser object from passed user object
We update the constructor we have rn to take ppts in the User constructor along with the privateKey
The text was updated successfully, but these errors were encountered:
We are still creating an unnecessary property for user inside of ConnectedUser even after extending it, here is what is required:
ConnectedUser.fromUser({required User user})
, idea being we'll create a ConnectedUser object from passed user objectThe text was updated successfully, but these errors were encountered: