Next.js Discord

Discord Forum

GoolgeProvider signIn it return undefined

Unanswered
Atlantic mackerel posted this in #help-forum
Open in Discord
Atlantic mackerelOP
I tried this :

  async signIn({email, password}: any) {
            const isAllowedToSignIn = true
            console.log("test " + email  + password)
        }


but all return undefined everything
how can I fix it?

0 Replies