1
0
forked from noxious/client

removed dev thing

This commit is contained in:
Dennis Postma 2024-07-10 20:47:41 +02:00
parent 4a68e9976b
commit 811a1148fc

View File

@ -54,8 +54,6 @@ onMounted(async () => {
*/ */
assetStore.fetchAssets() assetStore.fetchAssets()
const response = await login('ethereal', 'kanker123')
if (response.success === undefined) { if (response.success === undefined) {
notifications.addNotification({ message: response.error }) notifications.addNotification({ message: response.error })
} }