Kaynağa Gözat

Fixed station 404.

KrisVos130 8 yıl önce
ebeveyn
işleme
4939ebba8a
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      frontend/components/Station/Station.vue

+ 0 - 4
frontend/components/Station/Station.vue

@@ -414,10 +414,6 @@
 
 			window.stationInterval = 0;
 
-			auth.getStatus(isLoggedIn => {
-				if (!isLoggedIn) _this.$router.go('/404');
-			});
-
 			io.getSocket(socket => {
 				_this.socket = socket;