diff --git a/src/user/user.service.ts b/src/user/user.service.ts index 4123df2..b23b982 100644 --- a/src/user/user.service.ts +++ b/src/user/user.service.ts @@ -84,13 +84,13 @@ export async function resetUser(userId: string, user: AuthenticatedUser) { const sent = await sendMail( userInDb.email, "Quicker Permits account reset", - `Click here to reset.` + }">here to reset.
The above link expires in 48 hours
` ); }