From bf4bbeeb151708264ed87e66797c2784d2a81b78 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Mon, 15 Feb 2021 17:08:48 +0800 Subject: [PATCH] Fix initAuthWithConfig() arg. --- web/src/App.js | 1 + 1 file changed, 1 insertion(+) 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", }); }