1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 16:24:29 +00:00
pixelfed/resources/views/emails/confirm_email.blade.php
2020-02-27 14:13:31 -07:00

17 lines
425 B
PHP

@component('mail::message')
# Email Confirmation
Hello **{{'@'.$verify->user->username}}**, please confirm your email address.
If you did not create this account, please disregard this email.
@component('mail::button', ['url' => $verify->url()])
Confirm Email
@endcomponent
<p>This link expires after 24 hours.</p>
<br>
Thanks,<br>
<a href="{{ config('app.url') }}">{{ config('pixelfed.domain.app') }}</a>
@endcomponent