mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
change logoutput
This commit is contained in:
parent
287d8914d3
commit
49b270915b
@ -25,14 +25,7 @@ export async function startCommunityAuthentication(
|
||||
logger.debug('homeFedComA', homeFedComA)
|
||||
logger.debug('foreignFedCom', foreignFedCom)
|
||||
const foreignComB = await DbCommunity.findOneByOrFail({ publicKey: foreignFedCom.publicKey })
|
||||
logger.debug(
|
||||
'started with foreignComB:',
|
||||
foreignComB.url,
|
||||
foreignComB.publicKey.toString('hex'),
|
||||
foreignComB.publicJwtKey,
|
||||
foreignComB.communityUuid,
|
||||
foreignComB.authenticatedAt,
|
||||
)
|
||||
logger.debug('started with foreignComB:', foreignComB)
|
||||
// check if communityUuid is a valid v4Uuid and not still a temporary onetimecode
|
||||
try {
|
||||
const validUUid = foreignComB.communityUuid !== null ? validateUUID(foreignComB.communityUuid) : false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user