wip
This commit is contained in:
parent
2cb0511dba
commit
bcd65d290d
23 changed files with 48 additions and 43 deletions
|
|
@ -2,8 +2,7 @@ import * as uuid from 'uuid';
|
|||
import * as express from 'express';
|
||||
import * as bcrypt from 'bcryptjs';
|
||||
import recaptcha = require('recaptcha-promise');
|
||||
import { default as User, IUser } from '../models/user';
|
||||
import { validateUsername, validatePassword }, { pack } from '../models/user';
|
||||
import User, { IUser, validateUsername, validatePassword, pack } from '../models/user';
|
||||
import generateUserToken from '../common/generate-native-user-token';
|
||||
import config from '../../conf';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue