mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			634 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			634 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| {% include 'emails.header-html' %}
 | |
| <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | |
|     {{ trans('email.oauth_created_body', { name:client.name, url: "<span style=\"font-family: monospace;\">" ~ client.redirect ~ "</span>"})|raw }}
 | |
| </p>
 | |
| 
 | |
| <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | |
|     {{ trans('email.oauth_created_explanation_html')|raw }}
 | |
| </p>
 | |
| 
 | |
| <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | |
|     {{ trans('email.oauth_created_undo', { url:route('profile.index')}) }}
 | |
| </p>
 | |
| {% include 'emails.footer-html' %}
 |