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
I have been trying to implement error handling with auth-astro after managed to have sign in function works. However, there is an issue that making the return object from signIn with { redirect : false } always get 200 as the return status.
Reasoning
I have been trying to implement error handling with auth-astro after managed to have sign in function works. However, there is an issue that making the return object from
signIn
with{ redirect : false }
always get 200 as the return status.The text was updated successfully, but these errors were encountered: