diff --git a/apps/authentication/backend/business/signin_manager.py b/apps/authentication/backend/business/signin_manager.py index 89f9ce5..e2dfb90 100644 --- a/apps/authentication/backend/business/signin_manager.py +++ b/apps/authentication/backend/business/signin_manager.py @@ -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,