Improve authConfig.

This commit is contained in:
Gucheng Wang
2021-12-13 16:42:46 +08:00
parent 726e4e3dc1
commit cf9e628a3e
2 changed files with 2 additions and 7 deletions

View File

@ -70,8 +70,7 @@ class App extends Component {
Setting.initServerUrl();
Auth.initAuthWithConfig({
serverUrl: Setting.ServerUrl,
appName: "app-built-in",
organizationName: "built-in",
appName: "app-built-in", // the application name of Casdoor itself, do not change it
});
}