forked from abner/for-legacy-web
fix: censor the whole email (#374)
parent
8664cda744
commit
94fb1c6d71
|
|
@ -124,7 +124,7 @@ export const Account = observer(() => {
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
•••••••••••@{value.split("@").pop()}{" "}
|
•••••••••••@••••••.•••{" "}
|
||||||
<a
|
<a
|
||||||
onClick={(ev) =>
|
onClick={(ev) =>
|
||||||
stopPropagation(
|
stopPropagation(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue