mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix email templates and handler for #4586
This commit is contained in:
		
							
								
								
									
										13
									
								
								resources/views/emails/access-token-created-html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								resources/views/emails/access-token-created-html.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| {% include 'emails.header-html' %} | ||||
| <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;"> | ||||
|     {{ trans('email.access_token_created_body') }} | ||||
| </p> | ||||
|  | ||||
| <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;"> | ||||
|     {{ trans('email.access_token_created_explanation')|raw }} | ||||
| </p> | ||||
|  | ||||
| <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;"> | ||||
|     {{ trans('email.access_token_created_revoke', {url: route('profile.index') }) }} | ||||
| </p> | ||||
| {% include 'emails.footer-html' %} | ||||
		Reference in New Issue
	
	Block a user