This commit is contained in:
2022-08-31 17:32:00 -05:00
parent 3eb50a964e
commit 03e9f1a145
10 changed files with 127 additions and 109 deletions
-1
View File
@@ -8,7 +8,6 @@ import { BcryptService } from '../bcrypt/bcrypt.service';
import { ModuloService } from '../modulo/modulo.service';
import { OperadorService } from '../operador/operador.service';
import { UsuarioService } from '../usuario/usuario.service';
import { JwtPayload } from './dto/jwt-payload';
@Injectable()
export class AuthService {