File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,12 @@ export interface ForgotPasswordProps {
16
16
export function ForgotPassword ( { token } : ForgotPasswordProps ) {
17
17
const url = useFrontendUrl ( `/reset-password/${ token } ` ) ;
18
18
return (
19
- < EmailTemplate title = "Forgot Password" >
20
- < Heading > You have submitted a password change request! </ Heading >
19
+ < EmailTemplate title = "Reset Password" preview = { null } >
20
+ < Heading > We received your password reset request</ Heading >
21
21
22
22
< Section >
23
23
< Column >
24
- < Text >
25
- If it was you, confirm the password change{ ' ' }
26
- < InText > by clicking this link</ InText >
27
- </ Text >
24
+ < Text align = "center" > If it was you, create a new password here</ Text >
28
25
< HideInText >
29
26
< Button href = { url } > CONFIRM</ Button >
30
27
</ HideInText >
You can’t perform that action at this time.
0 commit comments