diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-02-26 18:58:07 -0500 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-02-26 18:58:07 -0500 |
| commit | 042eb977ad7733919daf468001b17dbee4e1fa9f (patch) | |
| tree | f4ed1faca8e6fb794290146e79827500d4cab4e8 /src/server/authentication/config | |
| parent | ab110ba8cc8bbf5a633fc5488458be038b06ec24 (diff) | |
beginning multiple workspaces backend and ui
Diffstat (limited to 'src/server/authentication/config')
| -rw-r--r-- | src/server/authentication/config/passport.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authentication/config/passport.ts b/src/server/authentication/config/passport.ts index 9f1303135..d90bedb18 100644 --- a/src/server/authentication/config/passport.ts +++ b/src/server/authentication/config/passport.ts @@ -2,7 +2,7 @@ import * as passport from 'passport' import * as passportLocal from 'passport-local'; import * as mongodb from 'mongodb'; import * as _ from "lodash"; -import { default as User } from '../models/User'; +import { default as User } from '../models/user_model'; import { Request, Response, NextFunction } from "express"; const LocalStrategy = passportLocal.Strategy; |
