mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
more log output
This commit is contained in:
parent
4d4874d9bc
commit
bd4336e588
@ -17,10 +17,12 @@ export async function startCommunityAuthentication(
|
||||
foreignFedCom: DbFederatedCommunity,
|
||||
): Promise<void> {
|
||||
const homeComA = await getHomeCommunity()
|
||||
logger.debug('homeComA', homeComA)
|
||||
const homeFedComA = await DbFederatedCommunity.findOneByOrFail({
|
||||
foreign: false,
|
||||
apiVersion: CONFIG.FEDERATION_BACKEND_SEND_ON_API,
|
||||
})
|
||||
logger.debug('homeFedComA', homeFedComA)
|
||||
const foreignComB = await DbCommunity.findOneByOrFail({ publicKey: foreignFedCom.publicKey })
|
||||
logger.debug(
|
||||
'started with foreignFedCom:',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user