fix: censor the whole email (#374)

This commit is contained in:
Ed L 2021-11-14 14:26:35 +00:00 committed by GitHub
parent 8664cda744
commit 94fb1c6d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ export const Account = observer(() => {
</> </>
) : ( ) : (
<> <>
@{value.split("@").pop()}{" "} @.{" "}
<a <a
onClick={(ev) => onClick={(ev) =>
stopPropagation( stopPropagation(