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.
The text was updated successfully, but these errors were encountered:
Currently, result type of
auth()
function is weakly resolved because it needs to refer to theUser
model defined by user. We should actually let it resolve to the user-defined User model.The text was updated successfully, but these errors were encountered: