@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
21 lines • 860 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TwoFactorStaticEnvironments = void 0;
const tslib_1 = require("tslib");
const common_1 = require("@nestjs-mod/common");
let TwoFactorStaticEnvironments = class TwoFactorStaticEnvironments {
};
exports.TwoFactorStaticEnvironments = TwoFactorStaticEnvironments;
tslib_1.__decorate([
(0, common_1.EnvModelProperty)({
description: 'Use filters',
transform: new common_1.BooleanTransformer(),
default: true,
hidden: true,
}),
tslib_1.__metadata("design:type", Boolean)
], TwoFactorStaticEnvironments.prototype, "useFilters", void 0);
exports.TwoFactorStaticEnvironments = TwoFactorStaticEnvironments = tslib_1.__decorate([
(0, common_1.EnvModel)()
], TwoFactorStaticEnvironments);
//# sourceMappingURL=two-factor.environments.js.map