UNPKG

@nocobase/plugin-verification

Version:

User identity verification management, including SMS, TOTP authenticator, with extensibility.

6 lines (5 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sms = void 0; var sms_1 = require("./sms"); Object.defineProperty(exports, "sms", { enumerable: true, get: function () { return sms_1.sms; } });