✨
This commit is contained in:
parent
09cd610524
commit
e52885bfe4
20 changed files with 29 additions and 30 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import * as express from 'express';
|
||||
import * as bcrypt from 'bcrypt';
|
||||
import rndstr from 'rndstr';
|
||||
const recaptcha = require('recaptcha-promise');
|
||||
import recaptcha = require('recaptcha-promise');
|
||||
import User from '../models/user';
|
||||
import { validateUsername } from '../models/user';
|
||||
import serialize from '../serializers/user';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue