mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			276 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			276 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| {% include 'emails.header-text' %}
 | |
| {{ trans('email.access_token_created_body')|raw }}
 | |
| 
 | |
| {{ trans('email.access_token_created_explanation')|striptags|raw }}
 | |
| 
 | |
| {{ trans('email.access_token_created_revoke', {url: route('profile.index') })|raw }}
 | |
| {% include 'emails.footer-text' %}
 |