Summary
If the logged-in user viewing the UserInfoCard has temporary account IP reveal rights, then the UserInfoCard should show how many times a given temporary account has had its IP revealed.
Technical notes
- Add output to the CheckUserInfoCardService that includes the count of IP reveals for a given temporary account.
Acceptance criteria
- The CheckUserInfoCardService and API endpoint have a count of temporary account IP reveals for users with the temporary account IP reveal permissions
- The UserInfoCard displays this data point for users with temporary account IP reveal permissions
- make the link conditional on the user having the checkuser-temporary-account-log right
