We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afcf9d commit 2794bedCopy full SHA for 2794bed
frontend/common/loadChat.ts
@@ -121,6 +121,7 @@ function setupPylon() {
121
account_id: String(user.id),
122
app_id: Project.pylonAppId || defaultPylonID,
123
email: user.email,
124
+ email_hash: user.pylon_email_signature,
125
name: getUserDisplayName(user),
126
},
127
}
frontend/common/types/responses.ts
@@ -584,6 +584,7 @@ export type Account = {
584
first_name: string
585
last_name: string
586
date_joined: string
587
+ pylon_email_signature: string
588
sign_up_type: SignupType
589
id: number
590
email: string
0 commit comments