@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
7 lines • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TWO_FACTOR_FOLDER = exports.TWO_FACTOR_MODULE = exports.TWO_FACTOR_FEATURE = void 0;
exports.TWO_FACTOR_FEATURE = 'two-factor';
exports.TWO_FACTOR_MODULE = 'TwoFactorModule';
exports.TWO_FACTOR_FOLDER = 'libs/feature/two-factor';
//# sourceMappingURL=two-factor.constants.js.map