coolify/resources/views/emails/reset-password.blade.php
Andras Bacsai e7c0c26b32 fix: stripe
add: custom error pages
fix: invititation
feat: new quick login for first users (UX++)
feat: more internal notifications
2023-09-06 12:07:34 +02:00

8 lines
195 B
PHP

<x-emails.layout>
A password reset has been requested for this email address.
Click [here]({{ $url }}) to reset your password.
This link will expire in {{ $count }} minutes.
</x-emails.layout>