See999 4 år sedan
förälder
incheckning
ba95dc8713
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/layout/components/Navbar.vue

+ 1 - 1
src/views/layout/components/Navbar.vue Visa fil

@@ -340,7 +340,7 @@ export default {
340 340
         }
341 341
         
342 342
       }).catch(error => {
343
-          window.location.href = error.response.data.redirect;
343
+          // window.location.href = error.response.data.redirect;
344 344
         });
345 345
     }
346 346
   }