pixelfed/resources/views/emails/notification/email_change.blade.php

16 lines
364 B
PHP
Raw Normal View History

2019-03-01 06:13:49 +00:00
@component('mail::message')
# Account Email Changed
@component('mail::panel')
<p>The email associated to your account has been changed.</p>
@endcomponent
<small>If you did not make this change and believe your Pixelfed account has been compromised, please contact the instance admin.</small>
<br>
Thanks,<br>
{{ config('pixelfed.domain.app') }}
@endcomponent