1
0
forked from noxious/client
This commit is contained in:
Dennis Postma 2024-07-10 22:46:28 +02:00
parent 65ec6ed0b9
commit 4d58801897

View File

@ -53,13 +53,6 @@ onMounted(async () => {
* Fetch assets from the server
*/
assetStore.fetchAssets()
if (response.success === undefined) {
notifications.addNotification({ message: response.error })
}
socket.setToken(response.token)
socket.initConnection()
})
async function loginFunc() {