login

Change-Id: I3e397ff1d0c492ec5432d0483ea396ba64714058
diff --git a/src/interceptors.ts b/src/interceptors.ts
index 5dde746..9174942 100644
--- a/src/interceptors.ts
+++ b/src/interceptors.ts
@@ -13,7 +13,7 @@
 
   const checkLogin = (res) => {
     if (res.status === 403) {
-      // $state.go('login');
+      $state.go('login');
     }
     return res;
   };