mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +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");
|
||||
} else if (value === "Storage") {
|
||||
this.updateProviderField("type", "AWS S3");
|
||||
this.updateProviderField("domain", Setting.getFullServerUrl());
|
||||
} else if (value === "SAML") {
|
||||
this.updateProviderField("type", "Keycloak");
|
||||
} else if (value === "Payment") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user