merged working with dev branch

This commit is contained in:
David Baldwynn 2015-11-03 12:51:22 -08:00
parent f306ac931d
commit fb37c29c03

View file

@ -7,8 +7,8 @@ angular.module('users').config(['$httpProvider',
return {
responseError: function(response) {
// console.log($location.path());
if( ($location.path() !== '/users/me' || $location.path() !== '/forms') && response.config){
if(response.config.url !== '/users/me'){
if( $location.path() !== '/users/me' && $location.path() !== '/forms' && response.config){
if(response.config.url !== '/users/me' && $location.path() !== '/forms'){
console.log('intercepted rejection of ', response.config.url, response.status);
if (response.status === 401) {
// save the current location so that login can redirect back