You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve duplicate list detection in password upgrade check
- Deduplicate listnames list before processing
- Track both listname and internal_name to catch all duplicate cases
- Use real_name for display instead of internal_name for better readability
- Add multiple levels of deduplication to ensure each list appears only once
This fixes an issue where the same list could appear multiple times in the
output with different email addresses.
0 commit comments