mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-11 12:57:59 +00:00
UBERF-11203: Display address in gmail integration
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
parent
8dd1e19685
commit
4853acbc89
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user