mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
12 lines
220 B
PHP
12 lines
220 B
PHP
@component('mail::message')
|
|
# Email Confirmation
|
|
|
|
Please confirm your email address.
|
|
|
|
@component('mail::button', ['url' => $verify->url()])
|
|
Confirm Email
|
|
@endcomponent
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent
|