UNPKG

nestjs-auth-kit

Version:

A modular and flexible authentication kit for NestJS with JWT, social login, OTP, and password reset.

7 lines 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ForgotPasswordDto = void 0; class ForgotPasswordDto { } exports.ForgotPasswordDto = ForgotPasswordDto; //# sourceMappingURL=forgot-password.dto.js.map