I see an entry for the number of shares I own, but it doesn't match my email. The hash that does match my email is lined up with 4 shares instead of 253. I presume a sort was done missing a column, or some other sort of error occurred. Please let us know when this has been fixed.
edit: if you are testing this from the CLI, ensure you do:
echo -n "
me@example.com" | sha256sum
Don't forget the '-n' or it will include the newline and give the wrong hash.