mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-02 14:29:03 +02:00
UBERF-10254: Manage own social ids (#9398)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
@@ -519,6 +519,7 @@ export class PlatformWorker {
|
||||
const sysAccountClient = getAccountClient(config.AccountsURL, sysToken)
|
||||
const userAccountClient = getAccountClient(config.AccountsURL, userToken)
|
||||
|
||||
// We only want not-deleted social ids here
|
||||
const ids = await userAccountClient.getSocialIds()
|
||||
|
||||
let githubSocialId: PersonId | undefined = ids.find(
|
||||
|
||||
Reference in New Issue
Block a user