import NextAuth from 'next-auth' import Providers from 'next-auth/providers' const options = { site: 'https://example.com' providers: [ // OAuth ...
確定! 回上一頁