diff --git a/src/models/actions/CreateAuth.ts b/src/models/actions/CreateAuth.ts index adec57c..74fed72 100644 --- a/src/models/actions/CreateAuth.ts +++ b/src/models/actions/CreateAuth.ts @@ -7,6 +7,7 @@ import { JwtCreator } from '../../jwtcreator'; import { User } from '../entities/User'; import { Auth } from '../responses/ResponseAuth'; + export class CreateAuth { @IsOptional() @IsString()