how to change nextauth PrismaAdapter's createUser function
is there a way to modify this or will I need to copy and paste the source and modify as needed?
1 Reply
you can always upsert the prisma client
either copy every function, or instantiate a new adapter, and change on the fly