We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ca9d3 commit 6cc056eCopy full SHA for 6cc056e
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 event
+ # Log enrollment events
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