Skip to content

Commit 6cc056e

Browse files
committed
test
1 parent 73ca9d3 commit 6cc056e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • auth_platform/auth_platform/auth_service

auth_platform/auth_platform/auth_service/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def register(user: UserCreate, db: Session = Depends(get_db)):
9292
db.commit()
9393
db.refresh(new_user)
9494

95-
# Log enrollment event
95+
# Log enrollment events
9696
print(f"[2FA] Auto-enrollment during registration: user_id={new_user.id}, username={new_user.username}, timestamp={datetime.utcnow().isoformat()}")
9797

9898
# Generate otpauth URI for QR code

0 commit comments

Comments
 (0)