diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-01 17:02:11 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-01 17:02:11 -0400 |
| commit | 769b4c0b9ac61729b94b32999d3713a2dce53627 (patch) | |
| tree | 1b2d63af57cd2a35546defac0a268aa28b20977b /src/server/authentication | |
| parent | b8a6b72938804902a7e4478cde9c50339341f67d (diff) | |
added typings for google photo album manipulations
Diffstat (limited to 'src/server/authentication')
| -rw-r--r-- | src/server/authentication/config/passport.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/authentication/config/passport.ts b/src/server/authentication/config/passport.ts index 6e0e01b9e..e5733cbb5 100644 --- a/src/server/authentication/config/passport.ts +++ b/src/server/authentication/config/passport.ts @@ -4,10 +4,8 @@ import _ from "lodash"; import { default as User } from '../models/user_model'; import { Request, Response, NextFunction } from "express"; import { RouteStore } from '../../RouteStore'; -import * as GoogleOAuth from "passport-google-oauth20"; const LocalStrategy = passportLocal.Strategy; -const GoogleOAuthStrategy = GoogleOAuth.Strategy; passport.serializeUser<any, any>((user, done) => { done(undefined, user.id); |
