Skip to content

Commit

Permalink
Merge pull request #33 from mitaai/blms/issue32
Browse files Browse the repository at this point in the history
Fix TypeORM error on login
  • Loading branch information
blms authored Jul 29, 2020
2 parents 4c554ce + addc981 commit d85fad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/auth/[...nextauth].js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const options = {

adapter: Adapters.TypeORM.Adapter(process.env.MONGODB_URI,
{
models: {
customModels: {
User: Models.User,
},
}),
Expand Down

0 comments on commit d85fad2

Please sign in to comment.