mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-22 18:25:47 +08:00
feat: storage provider's domain initial value bug (#2303)
This commit is contained in:
parent
c1eae9fcd8
commit
bc8e9cfd64
@ -406,7 +406,6 @@ class ProviderEditPage extends React.Component {
|
|||||||
this.updateProviderField("type", "Twilio SMS");
|
this.updateProviderField("type", "Twilio SMS");
|
||||||
} else if (value === "Storage") {
|
} else if (value === "Storage") {
|
||||||
this.updateProviderField("type", "AWS S3");
|
this.updateProviderField("type", "AWS S3");
|
||||||
this.updateProviderField("domain", Setting.getFullServerUrl());
|
|
||||||
} else if (value === "SAML") {
|
} else if (value === "SAML") {
|
||||||
this.updateProviderField("type", "Keycloak");
|
this.updateProviderField("type", "Keycloak");
|
||||||
} else if (value === "Payment") {
|
} else if (value === "Payment") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user