1
0

email_change.blade.php 364 B

123456789101112131415
  1. @component('mail::message')
  2. # Account Email Changed
  3. @component('mail::panel')
  4. <p>The email associated to your account has been changed.</p>
  5. @endcomponent
  6. <small>If you did not make this change and believe your Pixelfed account has been compromised, please contact the instance admin.</small>
  7. <br>
  8. Thanks,<br>
  9. {{ config('pixelfed.domain.app') }}
  10. @endcomponent