if (status == 401) {
                toastr.error("You are signed out");
                localStorage.removeItem(AppConstants.USER_STORAGE_KEY);
                window.location = "/app";
            }