ai / api /utils /emails /requestPasswordReset.handlebars
Marco Beretta
LibreChat upload repo
3b6afc0
raw
history blame
No virus
296 Bytes
<html>
<head>
<style>
</style>
</head>
<body>
<p>Hi {{name}},</p>
<h1>You have requested to reset your password.</h1>
<p> Please click the link below to reset your password.</p>
<a href="{{link}}">Reset Password</a>
</body>
</html>