🧹 cleanups

This commit is contained in:
2020-12-05 17:25:57 +01:00
parent 7e4ce00c30
commit e5b605cc55
6 changed files with 5 additions and 11 deletions

View File

@@ -2,8 +2,8 @@ import { IsString } from 'class-validator';
import * as jsonwebtoken from 'jsonwebtoken';
import { getConnectionManager } from 'typeorm';
import { IllegalJWTError, JwtNotProvidedError, RefreshTokenCountInvalidError, UserNotFoundError } from '../../errors/AuthError';
import { Auth } from '../entities/Auth';
import { User } from '../entities/User';
import { Auth } from '../responses/Auth';
export class RefreshAuth {
@IsString()