change logoutput

This commit is contained in:
clauspeterhuebner 2025-07-08 23:11:57 +02:00
parent 287d8914d3
commit 49b270915b

View File

@ -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