mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -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
|
await api
|
||||||
.patch(`api/sso-connectors/${ssoConnectorId}/config`, {
|
.patch(`api/sso-connectors/${ssoConnectorId}/config`, {
|
||||||
json: cleanDeep(formData),
|
json: cleanDeep(formData),
|
||||||
|
// Do not check whether the config is complete on guide page.
|
||||||
|
searchParams: new URLSearchParams({ partialValidateConfig: 'true' }),
|
||||||
})
|
})
|
||||||
.json<SsoConnectorWithProviderConfig>();
|
.json<SsoConnectorWithProviderConfig>();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue