Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit 77b3285

Browse files
WhyleCopilot
andauthored
Update app/routes/user.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2afbf9a commit 77b3285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ async def reset_password(
491491
<div class="container">
492492
<div class="header">
493493
<div class="title" style="font-size: 2rem; font-weight: 700; color: #1976d2;">SUPPL-AI</div>
494-
<div class="title">Ciao {user.get('name')},</div>
494+
<div class="title">Ciao {html.escape(user.get('name'))},</div>
495495
</div>
496496
<div class="content">
497497
Ecco la tua nuova password temporanea:

0 commit comments

Comments
 (0)