tachybase_todo/packages/plugins/@tachybase/plugin-sms-auth/src/constants.ts
sealday ede7ead8b1 chore(version): release v0.21.34 (#1045)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1045
2024-05-24 01:06:06 +08:00

6 lines
117 B
TypeScript

// @ts-ignore
import { name } from '../package.json';
export const authType = 'SMS';
export const namespace = name;