diff --git a/web/src/App.js b/web/src/App.js index 33c922c7..197a857b 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -51,6 +51,7 @@ class App extends Component { Auth.initAuthWithConfig({ serverUrl: Setting.ServerUrl, appName: "app-built-in", + organizationName: "built-in", }); }