1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-26 20:40:53 +00:00

fix conflicts

This commit is contained in:
Bowden Kelly
2019-05-10 12:37:34 -07:00
4 changed files with 2299 additions and 4156 deletions

View File

@@ -5,7 +5,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;