useSignInWithEmailLink is returning error: true
Closed this issue · 1 comments
simontol commented
const [
signInWithEmailLink,
signedUser,
error,
] = useSignInWithEmailLink(auth);
I'm using useSignInWithEmailLink in this way.
After clicking on the link in the email I've been redirected to the page containing this code and get an error that is true
no messages no other errors and than the user is correctly logged in
simontol commented
I was expecting error as third parameter instead of fourth. Sorry, my bad.