mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
fix(console): partially check config on guide page (#4946)
This commit is contained in:
parent
035ef65ac9
commit
ffcd62e553
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ function Guide<T extends SsoProviderName>({ isOpen, connector, onClose, isReadOn
|
|||
await api
|
||||
.patch(`api/sso-connectors/${ssoConnectorId}/config`, {
|
||||
json: cleanDeep(formData),
|
||||
// Do not check whether the config is complete on guide page.
|
||||
searchParams: new URLSearchParams({ partialValidateConfig: 'true' }),
|
||||
})
|
||||
.json<SsoConnectorWithProviderConfig>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue