Skip to content

Commit

Permalink
[MIG] auth_admin_passkey: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moncefarajdal authored Oct 15, 2024
1 parent 3376bef commit 49d4d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_admin_passkey/models/res_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _prepare_email_passkey(self, login_user):
"login": login_user.login,
"login_date": datetime.now().strftime("%Y-%m-%d %H:%M:%S"),
}
return subject, f"<pre>{body}</pre>"`
return subject, f"<pre>{body}</pre>"

looks lighter.

Expand Down

0 comments on commit 49d4d16

Please sign in to comment.