2813 create message channel data model (#2952)
* create model * finished model * modidied visibility type to select * changed back to TEXT * handle instead of email * handle instead of email * handle instead of email * modified according to comment
This commit is contained in:
@@ -36,7 +36,7 @@ export class GoogleGmailAuthController {
|
||||
await this.tokenService.verifyTransientToken(transientToken);
|
||||
|
||||
this.googleGmailService.saveConnectedAccount({
|
||||
email,
|
||||
handle: email,
|
||||
workspaceMemberId: workspaceMemberId,
|
||||
workspaceId: workspaceId,
|
||||
provider: 'gmail',
|
||||
|
||||
Reference in New Issue
Block a user