You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the auth.service.ts file, there is a statement import { Auth, Prisma } from '@prisma/client';
However there is no Auth model in the schema.prisma file, would you please explain it?
I am using @prisma/client": "^6.17.0"