Skip to content
Discussion options

You must be logged in to vote

You can try to use the signIn callback like this:

async signIn(user, account) {
  if (account.type === 'email' && user.email = '[email protected]') {
    return true
  }
  return false
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by balazsorban44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1726 on April 14, 2021 22:49.