mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
8 lines
250 B
PHP
8 lines
250 B
PHP
<x-emails.layout>
|
|
A password reset has been requested for this email address on [{{ config('app.name') }}]({{ config('app.url') }}).
|
|
|
|
Click [here]({{ $url }}) to reset your password.
|
|
|
|
This link will expire in {{ $count }} minutes.
|
|
</x-emails.layout>
|