chore: lint and format
All checks were successful
Build and Push Backend Image / build (push) Successful in 50s
All checks were successful
Build and Push Backend Image / build (push) Successful in 50s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,21 +4,21 @@ previewText: "You requested a password reset. Use the link below to set a new on
|
||||
---
|
||||
|
||||
<x-main>
|
||||
|
||||
<h1 class="text-[22px] font-semibold text-foreground m-0 mb-2">
|
||||
Reset your password
|
||||
</h1>
|
||||
<h1 class="text-[22px] font-semibold text-foreground m-0 mb-2">Reset your password</h1>
|
||||
<p class="text-muted-foreground m-0 mb-6">
|
||||
We received a request to reset the password for your account. Click the button below to choose a new one.
|
||||
We received a request to reset the password for your account. Click the button below to choose a
|
||||
new one.
|
||||
</p>
|
||||
|
||||
<!-- CTA button — inline style needed for Outlook -->
|
||||
<table role="presentation" cellpadding="0" cellspacing="0" border="0" class="mb-6">
|
||||
<tr>
|
||||
<td class="rounded-lg" style="background: #b700d9">
|
||||
<a href="{{ url }}"
|
||||
class="inline-block px-8 py-[14px] text-[14px] font-semibold text-primary-foreground no-underline rounded-lg"
|
||||
style="background: #b700d9; color: #faf4fb">
|
||||
<a
|
||||
href="{{ url }}"
|
||||
class="inline-block px-8 py-[14px] text-[14px] font-semibold text-primary-foreground no-underline rounded-lg"
|
||||
style="background: #b700d9; color: #faf4fb"
|
||||
>
|
||||
Reset my password
|
||||
</a>
|
||||
</td>
|
||||
@@ -26,8 +26,8 @@ previewText: "You requested a password reset. Use the link below to set a new on
|
||||
</table>
|
||||
|
||||
<p class="text-[13px] text-muted-foreground m-0 mb-6">
|
||||
This link expires in <strong class="text-foreground">1 hour</strong>.
|
||||
If you did not request a password reset, no action is needed — your account remains secure.
|
||||
This link expires in <strong class="text-foreground">1 hour</strong>. If you did not request a
|
||||
password reset, no action is needed — your account remains secure.
|
||||
</p>
|
||||
|
||||
<hr class="border-0 border-t border-border my-6" />
|
||||
@@ -36,9 +36,6 @@ previewText: "You requested a password reset. Use the link below to set a new on
|
||||
Button not working? Copy and paste this link into your browser:
|
||||
</p>
|
||||
<p class="text-[12px] m-0 mt-1">
|
||||
<a href="{{ url }}" class="text-primary break-all" style="color: #b700d9">
|
||||
{{ url }}
|
||||
</a>
|
||||
<a href="{{ url }}" class="text-primary break-all" style="color: #b700d9"> {{ url }} </a>
|
||||
</p>
|
||||
|
||||
</x-main>
|
||||
|
||||
Reference in New Issue
Block a user