Nekonyx / next-auth-steam

Steam authentication provider for next-auth
70 stars 18 forks source link

Fix bug in schema.prisma #16

Closed PierreCrb closed 9 months ago

PierreCrb commented 9 months ago

If steamId is not place in prisma model this error occured :

image

When you add it to the model, the problem gone ✅

Thanks for this repo bro !

Nekonyx commented 9 months ago

Thanks for contributing <3