UNPKG

@nocobase/plugin-verification

Version:

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

10 lines (9 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.v20190722 = void 0; const Models = require("./captcha_models"); const captcha_client_1 = require("./captcha_client"); exports.v20190722 = { Client: captcha_client_1.Client, Models: Models };