diff --git a/app/src/views/app/AppInstall.vue b/app/src/views/app/AppInstall.vue index 1bc08e5d..db0a27b6 100644 --- a/app/src/views/app/AppInstall.vue +++ b/app/src/views/app/AppInstall.vue @@ -64,10 +64,7 @@ export default { data () { return { queries: [ - ['GET', 'apps/manifest?app=' + this.id], - ['GET', { uri: 'domains' }], - ['GET', { uri: 'domains/main', storeKey: 'main_domain' }], - ['GET', { uri: 'users' }] + ['GET', 'apps/manifest?app=' + this.id] ], name: undefined, infos: undefined,