UNPKG

@nocobase/plugin-verification

Version:

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

10 lines (9 loc) 1.68 kB
/** * This file is part of the NocoBase (R) project. * Copyright (c) 2020-2024 NocoBase Co., Ltd. * Authors: NocoBase Team. * * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License. * For more information, please refer to: https://www.nocobase.com/agreement. */ "use strict";(self.webpackChunk_nocobase_plugin_verification_client_v2=self.webpackChunk_nocobase_plugin_verification_client_v2||[]).push([["973"],{708:function(e,t,n){n.r(t),n.d(t,{AliyunSettings:function(){return c}});var s=n(485),a=n(59),l=n(155),r=n.n(l),i=n(488);function c(){var e=(0,i.Au)().t;return r().createElement(r().Fragment,null,r().createElement(a.Form.Item,{name:["options","settings","accessKeyId"],label:e("Access Key ID"),rules:[{required:!0,message:e("Please enter the Access Key ID")}]},r().createElement(s.EnvVariableInput,null)),r().createElement(a.Form.Item,{name:["options","settings","accessKeySecret"],label:e("Access Key Secret"),rules:[{required:!0,message:e("Please enter the Access Key Secret")}]},r().createElement(s.EnvVariableInput,{password:!0})),r().createElement(a.Form.Item,{name:["options","settings","endpoint"],label:e("Endpoint"),rules:[{required:!0,message:e("Please enter the endpoint")}]},r().createElement(s.EnvVariableInput,null)),r().createElement(a.Form.Item,{name:["options","settings","sign"],label:e("Sign"),rules:[{required:!0,message:e("Please enter the sign")}]},r().createElement(s.EnvVariableInput,null)),r().createElement(a.Form.Item,{name:["options","settings","template"],label:e("Template code"),rules:[{required:!0,message:e("Please enter the template code")}]},r().createElement(s.EnvVariableInput,null)))}t.default=c}}]);