mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	merge master
This commit is contained in:
		
							
								
								
									
										3
									
								
								resources/assets/js/bootstrap.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								resources/assets/js/bootstrap.js
									
									
									
									
										vendored
									
									
								
							| @ -92,8 +92,7 @@ global.axios.interceptors.response.use(undefined, function (err) { | ||||
|     if (err.response.data.error === 'invalid_credentials') { | ||||
|       window.toastr['error']('Invalid Credentials') | ||||
|     } | ||||
|  | ||||
|     if (err.response.data && err.response.statusText === 'Unauthorized') { | ||||
|     if (err.response.data && (err.response.statusText === 'Unauthorized' || err.response.data === ' Unauthorized.')) { | ||||
|       store.dispatch('auth/logout', true) | ||||
|     } else { | ||||
|       throw err | ||||
|  | ||||
| @ -581,7 +581,7 @@ export default { | ||||
|       from_name: 'From Mail Name', | ||||
|       from_mail: 'From Mail Address', | ||||
|       encryption: 'Mail Encryption', | ||||
|       mail_config_desc: 'Below details will be used to update the mail environment. Also you can change the details anytime after logging in.' | ||||
|       mail_config_desc: 'Below is the form for Configuring Email driver for sending emails from the app. You can also configure third party providers like Sendgrid, SES etc.' | ||||
|     }, | ||||
|     pdf: { | ||||
|       title: 'PDF Setting', | ||||
| @ -757,7 +757,7 @@ export default { | ||||
|       from_name: 'From Mail Name', | ||||
|       from_mail: 'From Mail Address', | ||||
|       encryption: 'Mail Encryption', | ||||
|       mail_config_desc: 'Below details will be used to update the mail environment. Also you can change the details anytime after logging in.' | ||||
|       mail_config_desc: 'Below is the form for Configuring Email driver for sending emails from the app. You can also configure third party providers like Sendgrid, SES etc.' | ||||
|     }, | ||||
|     req: { | ||||
|       system_req: 'System Requirements', | ||||
|  | ||||
| @ -14,6 +14,7 @@ | ||||
|     </form> | ||||
|   </div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| import MultiSelect from 'vue-multiselect' | ||||
| import { validationMixin } from 'vuelidate' | ||||
|  | ||||
		Reference in New Issue
	
	Block a user