@nestjs-mod/two-factor
Version:
Two factor module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction
8 lines • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TwoFactorEventEnum = void 0;
var TwoFactorEventEnum;
(function (TwoFactorEventEnum) {
TwoFactorEventEnum["GenerateCode"] = "GenerateCode";
})(TwoFactorEventEnum || (exports.TwoFactorEventEnum = TwoFactorEventEnum = {}));
//# sourceMappingURL=two-factor-types.js.map