mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
change log output
This commit is contained in:
parent
7fc5e9ba48
commit
287d8914d3
@ -26,9 +26,9 @@ export async function startCommunityAuthentication(
|
||||
logger.debug('foreignFedCom', foreignFedCom)
|
||||
const foreignComB = await DbCommunity.findOneByOrFail({ publicKey: foreignFedCom.publicKey })
|
||||
logger.debug(
|
||||
'started with foreignFedCom:',
|
||||
foreignFedCom.endPoint,
|
||||
foreignFedCom.publicKey.toString('hex'),
|
||||
'started with foreignComB:',
|
||||
foreignComB.url,
|
||||
foreignComB.publicKey.toString('hex'),
|
||||
foreignComB.publicJwtKey,
|
||||
foreignComB.communityUuid,
|
||||
foreignComB.authenticatedAt,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user