7e6a394f73
* feat(plugin-verification): add plugin-verification and phone for users * feat(plugin-verification): add env example * fix(plugin-verification): fix locales * fix(plugin-verification): remove sending comment * fix(plugin-verification): fix i18n * refactor(plugin-verification): move invalid error message to action * fix(plugin-verification): add field migration * chore(plugin-verification): update packages version * test(plugin-verification): temp remove new package dependency * refactor(plugin-verification): make sms authentication configurable in system settings * fix: smsAuthEnabled * feat: update preset-nocobase Co-authored-by: chenos <chenlinxh@gmail.com>
5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
export const PROVIDER_TYPE_SMS_ALIYUN = 'sms-aliyun';
|
|
|
|
export const CODE_STATUS_UNUSED = 0;
|
|
export const CODE_STATUS_USED = 1;
|