diff --git a/src/screens/Login.vue b/src/screens/Login.vue
index bcc04fa..1a994d4 100644
--- a/src/screens/Login.vue
+++ b/src/screens/Login.vue
@@ -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() {