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 7eb3b57 commit bdf047dCopy full SHA for bdf047d
backend/src/modules/azure/services/auth.azure.service.ts
@@ -70,7 +70,7 @@ export default class AuthAzureServiceImpl implements AuthAzureService {
70
providerAccountCreatedAt: userFromAzure.value[0].createdDateTime
71
});
72
73
- this.slackCommunicationService.executeAddUserMainChannel({ email });
+ this.slackCommunicationService.executeAddUserMainChannel({ email: emailOrUniqueName });
74
75
if (!createdUser) return null;
76
0 commit comments