catch refresh token error

This commit is contained in:
Kyle Spearrin 2017-05-10 11:47:53 -04:00
parent 08c28950f4
commit a4473ad739
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ angular
tokenService.setToken(response.access_token);
tokenService.setRefreshToken(response.refresh_token);
return response.access_token;
});
}, function (response) { });
};
return _service;