mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-01 16:45:40 +02:00
send confirm password reset email
This commit is contained in:
parent
4b34353354
commit
af2d78cbfb
7 changed files with 114 additions and 13 deletions
|
@ -48,8 +48,8 @@ export const ResetPasswordCode = ({ email, code, link }: Props) => {
|
|||
<a href={link} className="text-primary">
|
||||
click here
|
||||
</a>{" "}
|
||||
and follow the instructions to reset your
|
||||
password, or manually enter the following code:
|
||||
and follow the instructions to reset your password,
|
||||
or manually enter the following code:
|
||||
</Text>
|
||||
<Section className="text-center my-6">
|
||||
<Text className="inline-block bg-primary text-xl font-bold text-white py-2 px-4 border border-gray-300 rounded-xl">
|
||||
|
@ -60,6 +60,11 @@ export const ResetPasswordCode = ({ email, code, link }: Props) => {
|
|||
If you didn’t request this, you can safely ignore
|
||||
this email.
|
||||
</Text>
|
||||
<Text className="text-sm text-gray-500 mt-6">
|
||||
Best regards,
|
||||
<br />
|
||||
Fossorial
|
||||
</Text>
|
||||
</Container>
|
||||
</Body>
|
||||
</Tailwind>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue