mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore:
This commit is contained in:
@@ -17,7 +17,7 @@ export class SysPublicSettings extends BaseSettings {
|
||||
|
||||
registerEnabled = false;
|
||||
passwordLoginEnabled = true;
|
||||
usernameRegisterEnabled = false;
|
||||
usernameRegisterEnabled = true;
|
||||
mobileRegisterEnabled = false;
|
||||
smsLoginEnabled = false;
|
||||
emailRegisterEnabled = false;
|
||||
@@ -25,9 +25,6 @@ export class SysPublicSettings extends BaseSettings {
|
||||
limitUserPipelineCount = 0;
|
||||
managerOtherUserPipeline = false;
|
||||
icpNo?: string;
|
||||
defaultCron?: string;
|
||||
defaultNotification?: number;
|
||||
// triggerOnStartup = false;
|
||||
}
|
||||
|
||||
export class SysPrivateSettings extends BaseSettings {
|
||||
|
||||
Reference in New Issue
Block a user