implemented inital nextAuth logic
This commit is contained in:
@@ -143,8 +143,10 @@ exports.Prisma.SessionScalarFieldEnum = {
|
||||
|
||||
exports.Prisma.UserScalarFieldEnum = {
|
||||
id: 'id',
|
||||
name: 'name',
|
||||
firstname: 'firstname',
|
||||
lastname: 'lastname',
|
||||
email: 'email',
|
||||
password: 'password',
|
||||
emailVerified: 'emailVerified',
|
||||
image: 'image',
|
||||
createdAt: 'createdAt',
|
||||
|
||||
Reference in New Issue
Block a user