|  | @@ -1167,6 +1167,7 @@ function setPrint() {
 | 
	
		
			
				|  |  |          contentType: "application/json;charset=UTF-8",
 | 
	
		
			
				|  |  |          dataType: "json",
 | 
	
		
			
				|  |  |          headers: {'Accept': 'application/json', 'Authorization': 'Bearer ' + localStorage.getItem("token")},
 | 
	
		
			
				|  |  | +        async: false,
 | 
	
		
			
				|  |  |          success: function (res) {
 | 
	
		
			
				|  |  |              if (res == '401' || res == 401) {
 | 
	
		
			
				|  |  |                  window.location.href = '/thmz/login/view'
 |