wip
This commit is contained in:
parent
718060dc85
commit
2cb0511dba
40 changed files with 40 additions and 80 deletions
|
|
@ -3,8 +3,7 @@ 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 } from '../models/user';
|
||||
import { pack } from '../models/user';
|
||||
import { 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