@bitwild/rockets-auth
Version:
Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more
8 lines • 433 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RocketsAuthRecoverPasswordDto = void 0;
const nestjs_auth_recovery_1 = require("@concepta/nestjs-auth-recovery");
class RocketsAuthRecoverPasswordDto extends nestjs_auth_recovery_1.AuthRecoveryRecoverPasswordDto {
}
exports.RocketsAuthRecoverPasswordDto = RocketsAuthRecoverPasswordDto;
//# sourceMappingURL=rockets-auth-recover-password.dto.js.map