UBERF-11203: Display address in gmail integration

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artem Savchenko 2025-05-26 15:27:36 +07:00
parent 8dd1e19685
commit 4853acbc89

View File

@ -237,7 +237,7 @@ export class GmailClient {
await this.client.createDoc(setting.class.Integration, core.space.Workspace, {
type: gmail.integrationType.Gmail,
disabled: false,
value: this.socialId._id
value: this.email ?? this.socialId.value
})
}
} catch (err: any) {