1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 17:56:48 +00:00
pixelfed/resources/views/emails/confirm_email.blade.php
2019-02-28 23:13:49 -07:00

12 lines
231 B
PHP

@component('mail::message')
# Email Confirmation
Please confirm your email address.
@component('mail::button', ['url' => $verify->url()])
Confirm Email
@endcomponent
Thanks,<br>
{{ config('pixelfed.domain.app') }}
@endcomponent