chore: 默认密码登录

This commit is contained in:
xiaojunnuo
2026-01-04 23:45:55 +08:00
parent 26ac081182
commit 8374a4f5bf
7 changed files with 55 additions and 21 deletions
@@ -36,6 +36,7 @@ export type SysPublicSetting = {
emailRegisterEnabled?: boolean;
passwordLoginEnabled?: boolean;
smsLoginEnabled?: boolean;
defaultLoginType?: string;
selfServicePasswordRetrievalEnabled?: boolean;
limitUserPipelineCount?: number;