aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/models
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-25 00:55:03 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-25 00:55:03 -0500
commit62e06a2c9ce5054777a7a790e5b03b96d3cd6425 (patch)
tree4e5c4cb1851ba221c1c3dab4e46ee4db3b18b344 /src/server/authentication/models
parent3113bd7dfee404eea113633f97027a2370f8d817 (diff)
parenta160304a54ee0219f48faee8a7402503f2160902 (diff)
Merge branch 'authentication' of github-tsch-brown:browngraphicslab/Dash-Web into authentication
Diffstat (limited to 'src/server/authentication/models')
-rw-r--r--src/server/authentication/models/User.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/authentication/models/User.ts b/src/server/authentication/models/User.ts
index bc838bb47..30fcecd81 100644
--- a/src/server/authentication/models/User.ts
+++ b/src/server/authentication/models/User.ts
@@ -1,6 +1,5 @@
//@ts-ignore
import * as bcrypt from "bcrypt-nodejs";
-import * as crypto from "crypto";
//@ts-ignore
import * as mongoose from "mongoose";
var url = 'mongodb://localhost:27017/Dash'