Fix typo in resetting password

This commit is contained in:
jetli 2024-12-24 17:38:20 +00:00
parent 7dd8ef45c0
commit 363d399c26

View File

@ -271,7 +271,7 @@ class SignInManager:
# send auth code through email if the email address
# hasn been associated with any account.
mail_code = await self.user_auth_service.generate_auth_code_for_object(
"email", AuthType.EMAIL
email, AuthType.EMAIL
)
await self.notification_service.send_notification(
sender_id=app_settings.SYSTEM_USER_ID,