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
Currently, result type of auth() function is weakly resolved because it needs to refer to the User model defined by user. We should actually let it resolve to the user-defined User model.
Currently, result type of
auth()function is weakly resolved because it needs to refer to theUsermodel defined by user. We should actually let it resolve to the user-defined User model.