mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2026-03-28 05:11:04 +00:00
Merge branch 'master' into refactor-remove-unused-imports
This commit is contained in:
@@ -4,7 +4,7 @@ import passportFacebook from "passport-facebook";
|
||||
import _ from "lodash";
|
||||
|
||||
// import { User, UserType } from '../models/User';
|
||||
import { default as User } from "../models/User";
|
||||
import { User } from "../models/User";
|
||||
import { Request, Response, NextFunction } from "express";
|
||||
|
||||
const LocalStrategy = passportLocal.Strategy;
|
||||
|
||||
Reference in New Issue
Block a user