Fix initAuthWithConfig() arg.

This commit is contained in:
Yang Luo 2021-02-15 17:08:48 +08:00
parent 475f79ffc8
commit bf4bbeeb15

View File

@ -51,6 +51,7 @@ class App extends Component {
Auth.initAuthWithConfig({
serverUrl: Setting.ServerUrl,
appName: "app-built-in",
organizationName: "built-in",
});
}