mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
21 lines
642 B
PHP
21 lines
642 B
PHP
<script type="application/ld+json">
|
|
{
|
|
"@context":"http://schema.org",
|
|
"@type":"EmailMessage",
|
|
"description":"Confirm your Invoice Ninja account",
|
|
"action":
|
|
{
|
|
"@type":"ConfirmAction",
|
|
"name":"Confirm account",
|
|
"handler": {
|
|
"@type": "HttpActionHandler",
|
|
"url": "{{{ URL::to("user/confirm/{$user->confirmation_code}") }}}"
|
|
},
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "Invoice Ninja",
|
|
"url": "{{{ NINJA_WEB_URL }}}"
|
|
}
|
|
}
|
|
}
|
|
</script> |