mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
feat: Disable the "Forgot your password?" button when the mail server setup is incomplete (#11653)
This commit is contained in:
@@ -29,6 +29,7 @@ export type SystemFeatures = {
|
||||
enable_social_oauth_login: boolean
|
||||
is_allow_create_workspace: boolean
|
||||
is_allow_register: boolean
|
||||
is_email_setup: boolean
|
||||
license: License
|
||||
}
|
||||
|
||||
@@ -43,6 +44,7 @@ export const defaultSystemFeatures: SystemFeatures = {
|
||||
enable_social_oauth_login: false,
|
||||
is_allow_create_workspace: false,
|
||||
is_allow_register: false,
|
||||
is_email_setup: false,
|
||||
license: {
|
||||
status: LicenseStatus.NONE,
|
||||
expired_at: '',
|
||||
|
||||
Reference in New Issue
Block a user