This commit is contained in:
2024-07-01 18:05:43 +02:00
parent cb24433582
commit fc72c83f8d
2 changed files with 16 additions and 26 deletions

View File

@ -50,7 +50,7 @@ onMounted(async () => {
/**
* Fetch assets from the server
*/
assetStore.fetchAssets();
await assetStore.fetchAssets();
const response = await login('ethereal', 'kanker123')