|  | @@ -20,5 +20,12 @@ Template.header.helpers({
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      return result;
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  authBaseUrl: function () {
 | 
	
		
			
				|  |  | +    Meteor.call('userInfo', function (err, res) {
 | 
	
		
			
				|  |  | +      Meteor._debug("in header helper authBaseUrl", res);
 | 
	
		
			
				|  |  | +      Session.set("authBaseUrl", res);
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +    return Session.get("authBaseUrl");
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  });
 |