import NextAuth from 'next-auth'; import Providers from 'next-auth/providers'; ... Schema({ name: { type: String, }, email: { type: String, } ...
確定! 回上一頁