ref #6
This commit is contained in:
		| @@ -7,7 +7,6 @@ import { JwtCreator } from '../../jwtcreator'; | ||||
| import { User } from '../entities/User'; | ||||
| import { Auth } from '../responses/ResponseAuth'; | ||||
|  | ||||
|  | ||||
| export class CreateAuth { | ||||
|     @IsOptional() | ||||
|     @IsString() | ||||
|   | ||||
| @@ -3,7 +3,7 @@ import * as jsonwebtoken from 'jsonwebtoken'; | ||||
| import { getConnectionManager } from 'typeorm'; | ||||
| import { config } from '../../config'; | ||||
| import { IllegalJWTError, JwtNotProvidedError, RefreshTokenCountInvalidError, UserNotFoundError } from '../../errors/AuthError'; | ||||
| import { JwtCreator } from "../../JwtCreator"; | ||||
| import { JwtCreator } from "../../jwtcreator"; | ||||
| import { User } from '../entities/User'; | ||||
| import { Auth } from '../responses/ResponseAuth'; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user