commit | f1e32dce9336c770115818bffae5a93deab3b820 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Dec 23 17:26:39 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Dec 23 17:26:39 2016 -0800 |
tree | 949a472256b29d4b1d45ed56cb933a44c2356857 | |
parent | 6e5da16a543cd2cc8c7aa24a903c14f50a28a2a0 [diff] |
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; };