Skip to content

Commit

Permalink
feat: change lib for bcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Jan 3, 2021
1 parent 98c441d commit c878d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/user.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mongoose from "mongoose";
import bcrypt from "bcrypt";
import bcrypt from "bcrypt-nodejs";
const Tweet = mongoose.model("Tweet");
const Schema = mongoose.Schema;
const authTypes = ['github'];
Expand Down

0 comments on commit c878d81

Please sign in to comment.