nhost / hasura-auth

Authentication for Hasura.
https://nhost.io
MIT License
376 stars 111 forks source link

nhost useChangeEmail hook error #422

Closed yadudev closed 10 months ago

yadudev commented 10 months ago

i use react nhost hook function useChangeEmail. in some cases it returns an error THE REQUEST PAYLOAD IS INCORRECT. in which case it occurs ? i used the code described below const { changeEmail } = useChangeEmail();

const handleChangeEmail = async () => { await changeEmail('yadu.mgu@gmail.com'); };

dbarrosop commented 10 months ago

Please, don't open duplicate issues. This is the third issue you open about this, keep the conversation on the first one:

Closing as duplicate of https://github.com/nhost/nhost/issues/2300