I'm trying to delete my user. I go to auth.users a...
# help
d
I'm trying to delete my user. I go to auth.users and delete my row. But when I try to sign in with username and password I'm told that the credentials are invalid instead of null
g
That is the response if either the email is not found or password does not match.
d
Or does it just default to that error message
Okay perfect that makes sense lol