{(
[
["username", client.user!.username,
],
@@ -88,64 +101,64 @@ export const Account = observer(() => {
["password", "•••••••••",
],
] as const
).map(([field, value, icon]) => (
-
- {icon}
-
-
-
-
-
+ <>
+ •••••••••••@{value.split("@").pop()}{" "}
+
+ stopPropagation(
+ ev,
+ setRevealEmail(true),
+ )
+ }>
+
+
+ >
+ )
+ ) : (
+ value
+ )
+ }
+ action="chevron"
+ onClick={() =>
+ openScreen({
+ id: "modify_account",
+ field,
+ })
+ }>
+
+
+
+
))}
+ >
+ }
+ action={
+
+ }>
+ Currently not available
+
}
+ description={"Delete your account, including all of your data."}
+ action={
+