Martin
Martin
It would be nice if there is a page for info about how to disable account linking or a code snippet to only allow account linking with the same email.
Ok, not a high priority now. Fixed by downgrading to `"@mui/material": "5.8.4",`
Now it's finally possible with the [latest release (4.7.0)](https://github.com/prisma/prisma/releases/tag/4.7.0) ```tsx import { PrismaClient } from "@prisma/client" const prisma = new PrismaClient() .$extends({ result: { user: { fullName: { // the...