Merge pull request #34492 from taxilian/feature/Update_passport_google_oauth

FIx compile error w/ passport-google-oauth, latest passport typings, typescript 3.4
This commit is contained in:
Benjamin Lichtman
2019-04-11 15:13:28 -07:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ interface VerifyFunction {
(error: any, user?: any, msg?: VerifyOptions): void;
}
declare class OAuthStrategy extends passport.Strategy {
declare class OAuthStrategy implements passport.Strategy {
constructor(
options: IOAuthStrategyOption,
verify: (