diff --git a/src/screens/Login.vue b/src/screens/Login.vue index 7a047bd..bcc04fa 100644 --- a/src/screens/Login.vue +++ b/src/screens/Login.vue @@ -54,8 +54,6 @@ onMounted(async () => { */ assetStore.fetchAssets() - const response = await login('ethereal', 'kanker123') - if (response.success === undefined) { notifications.addNotification({ message: response.error }) }