Fix typo in resetting password
This commit is contained in:
parent
7dd8ef45c0
commit
363d399c26
@ -271,7 +271,7 @@ class SignInManager:
|
|||||||
# send auth code through email if the email address
|
# send auth code through email if the email address
|
||||||
# hasn been associated with any account.
|
# hasn been associated with any account.
|
||||||
mail_code = await self.user_auth_service.generate_auth_code_for_object(
|
mail_code = await self.user_auth_service.generate_auth_code_for_object(
|
||||||
"email", AuthType.EMAIL
|
email, AuthType.EMAIL
|
||||||
)
|
)
|
||||||
await self.notification_service.send_notification(
|
await self.notification_service.send_notification(
|
||||||
sender_id=app_settings.SYSTEM_USER_ID,
|
sender_id=app_settings.SYSTEM_USER_ID,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user