lint fixes

This commit is contained in:
Ulf Gebhardt 2021-04-25 20:48:18 +02:00
parent f3a7604ab9
commit b43785499c
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ describe('delete-account.vue', () => {
'auth/user': () => {
return { id: 'u343', name: 'Delete MyAccount' }
},
}
},
})
})

View File

@ -18,7 +18,7 @@ describe('embeds.vue', () => {
'auth/user': () => {
return { id: 'u343', name: 'Delete MyAccount', allowEmbedIframes: true }
},
}
},
})
})