mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
425 B
PHTML
18 lines
425 B
PHTML
@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
|