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.
19 lines
560 B
PHTML
19 lines
560 B
PHTML
<x-mail::message>
|
|
# You've been invited to join Pixelfed!
|
|
|
|
<x-mail::panel>
|
|
A parent account with the username **{{ $verify->parent->username }}** has invited you to join Pixelfed with a special youth account managed by them.
|
|
|
|
If you do not recognize this account as your parents or a trusted guardian, please check with them first.
|
|
</x-mail::panel>
|
|
|
|
<x-mail::button :url="$verify->inviteUrl()">
|
|
Accept Invite
|
|
</x-mail::button>
|
|
|
|
Thanks,<br>
|
|
Pixelfed
|
|
|
|
<small>This email is automatically generated. Please do not reply to this message.</small>
|
|
</x-mail::message>
|