fix: censor the whole email (#374)

pull/1049/head
Ed L 2021-11-14 14:26:35 +00:00 committed by GitHub
parent b7674f89b2
commit d1a15ec158
1 changed files with 1 additions and 1 deletions

View File

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