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 b7674f89b2
commit d1a15ec158

View File

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