mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
web: hide email address from status bar (#3859)
This commit is contained in:
committed by
GitHub
parent
ee38032403
commit
ff92530339
@@ -97,8 +97,7 @@ function StatusBar() {
|
||||
ml={1}
|
||||
sx={{ color: "paragraph" }}
|
||||
>
|
||||
{user?.email}
|
||||
{user?.isEmailConfirmed ? "" : " (not verified)"}
|
||||
{user?.isEmailConfirmed ? "" : "Email not confirmed"}
|
||||
</Text>
|
||||
</Button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user