mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
fix: censor the whole email (#374)
This commit is contained in:
parent
8664cda744
commit
94fb1c6d71
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ export const Account = observer(() => {
|
|||
</>
|
||||
) : (
|
||||
<>
|
||||
•••••••••••@{value.split("@").pop()}{" "}
|
||||
•••••••••••@••••••.•••{" "}
|
||||
<a
|
||||
onClick={(ev) =>
|
||||
stopPropagation(
|
||||
|
|
Loading…
Reference in a new issue