mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
feat: adding intercom
This commit is contained in:
parent
9d75e3ad6f
commit
2b5e76ffdd
@ -56,6 +56,7 @@ export const getUserData = () => {
|
|||||||
id: loggedUser.userId,
|
id: loggedUser.userId,
|
||||||
username: "",
|
username: "",
|
||||||
bio: "",
|
bio: "",
|
||||||
|
email: null,
|
||||||
profileVisibility: "PUBLIC" as ProfileVisibility,
|
profileVisibility: "PUBLIC" as ProfileVisibility,
|
||||||
subscription: loggedUser.subscription
|
subscription: loggedUser.subscription
|
||||||
? {
|
? {
|
||||||
|
Loading…
Reference in New Issue
Block a user