Fix Provider API responses

This commit is contained in:
Yang Luo
2023-06-02 11:49:38 +08:00
parent b1b3184e75
commit 70c372c3f7
5 changed files with 27 additions and 20 deletions

View File

@ -29,9 +29,6 @@ export const CaptchaPreview = (props) => {
provider.providerUrl = providerUrl;
if (clientSecret !== "***") {
provider.clientSecret = clientSecret;
// ProviderBackend.updateProvider(owner, providerName, provider).then(() => {
// setOpen(true);
// });
setVisible(true);
} else {
setVisible(true);