How to update `user` model in database?
I am using AWS Cognito and have
Is there a way to update the user model with the fresh data after
updateAccountOnSignIn enabled.getUserInfo is called by better-auth when a previously existing user signs in. But the user model stays stale.Is there a way to update the user model with the fresh data after
getUserInfo has been called?