We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc056e commit 83fc443Copy full SHA for 83fc443
1 file changed
auth_platform/auth_platform/auth_service/main.py
@@ -92,7 +92,7 @@ def register(user: UserCreate, db: Session = Depends(get_db)):
92
db.commit()
93
db.refresh(new_user)
94
95
- # Log enrollment events
+ # Log enrollment event
96
print(f"[2FA] Auto-enrollment during registration: user_id={new_user.id}, username={new_user.username}, timestamp={datetime.utcnow().isoformat()}")
97
98
# Generate otpauth URI for QR code
0 commit comments