groups: add app access tests
This commit is contained in:
@@ -310,7 +310,7 @@ async function registerCloudron(data) {
|
||||
|
||||
// app could already have been installed if we deleted the cloudron.io record and user re-registers
|
||||
for (const app of await apps.list()) {
|
||||
await purchaseApp({ appId: app.id, appstoreId: app.appStoreId, manifestId: app.manifest.id || 'customapp' });
|
||||
await safe(purchaseApp({ appId: app.id, appstoreId: app.appStoreId, manifestId: app.manifest.id || 'customapp' }), { debug });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user