[SOLVED] How to reload user object in client

Hi, i have a problem is after when user login success, I have change email field in User Database, but in client, I can not get new data of email by user object is old, i want to reload this object which does not re-login,
How to reload object for new data to fetch in the client!

thank

You can try: x = await Moralis.User.current().fetch()

1 Like

ok thank!, It worked

1 Like