onEmailPasswordSignUp not implemented yet? #1066
Unanswered
perevezencev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's used here: https://github.com/edgedb/edgedb-js/blob/master/packages/auth-nextjs/src/shared.ts#L596-L597 Are you using Server Actions or are you calling this route from a form or fetch call? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all! My app has email and password signup. So I need to use
onEmailPasswordSignUp
but it is not calledAfter a little research, I did not find an implementation of this method. Is this not supported now?
Beta Was this translation helpful? Give feedback.
All reactions