Adapt with new next-auth version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {useEffect, useState, forwardRef} from 'react'
|
||||
import {signIn} from 'next-auth/client'
|
||||
import {signIn} from 'next-auth/react'
|
||||
import {useRouter} from 'next/router'
|
||||
import PropTypes from 'prop-types'
|
||||
import Link from 'next/link'
|
||||
|
||||
Reference in New Issue
Block a user