On click Login with google button it redirects me to choose the account page. After choice the account It redirect me to the login page .
I send google code into the backend It’s check if the user exists or not.
If not it returns {detail: "Incorrect email or password"} this error.
How can I catch this error?
On click Login with google button it redirects me to choose the account page. After choice the account It redirect me to the login page .
I send google code into the backend It’s check if the user exists or not. If not it returns
{detail: "Incorrect email or password"}
this error. How can I catch this error?my nuxt auth config