mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 17:05:53 +08:00
fix: update sso protocol default value to '' (#18773)
This commit is contained in:
parent
ede0deb447
commit
170139bb0f
@ -39,7 +39,7 @@ export type SystemFeatures = {
|
||||
enabled: boolean
|
||||
allow_sso: boolean
|
||||
sso_config: {
|
||||
protocol: SSOProtocol
|
||||
protocol: SSOProtocol | ''
|
||||
}
|
||||
allow_email_code_login: boolean
|
||||
allow_email_password_login: boolean
|
||||
@ -70,7 +70,7 @@ export const defaultSystemFeatures: SystemFeatures = {
|
||||
enabled: false,
|
||||
allow_sso: false,
|
||||
sso_config: {
|
||||
protocol: SSOProtocol.SAML,
|
||||
protocol: '',
|
||||
},
|
||||
allow_email_code_login: false,
|
||||
allow_email_password_login: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user