diff --git a/web/src/ProviderEditPage.js b/web/src/ProviderEditPage.js index 77cc69dd..672e8cb2 100644 --- a/web/src/ProviderEditPage.js +++ b/web/src/ProviderEditPage.js @@ -908,7 +908,7 @@ class ProviderEditPage extends React.Component { )} - {["Custom HTTP SMS", "Qiniu Cloud Kodo", "Synology", "Casdoor"].includes(this.state.provider.type) ? null : ( + {["Custom HTTP SMS", "Synology", "Casdoor"].includes(this.state.provider.type) ? null : ( {Setting.getLabel(i18next.t("provider:Domain"), i18next.t("provider:Domain - Tooltip"))} :