Convert Eventlogs to vue
This commit is contained in:
@@ -120,7 +120,9 @@ onMounted(async () => {
|
||||
// build the password identifier selection model
|
||||
identifiers.value = [{ id: 'mail', label: 'Mail client' }];
|
||||
|
||||
const apps = await appsModel.list();
|
||||
const [error, apps] = await appsModel.list();
|
||||
if (error) return console.error(error);
|
||||
|
||||
apps.forEach(function (app) {
|
||||
if (!app.manifest.addons) return;
|
||||
if (app.manifest.addons.email) return;
|
||||
|
||||
Reference in New Issue
Block a user