We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6860211 commit 9b21bf8Copy full SHA for 9b21bf8
src/passkeys.js
@@ -34,7 +34,7 @@ export class Passkeys {
34
// todo: callback to let implementor create a user
35
let userID = null
36
if (this.opts.emailStart) {
37
- let ur = await this.opts.emailStart(input.email)
+ let ur = await this.opts.emailStart({ email: input.email })
38
userID = ur.userID
39
}
40
if (!userID) {
0 commit comments