mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 00:36:38 +00:00
show disk encryption for mac
This commit is contained in:
@@ -73,6 +73,13 @@ export async function recoverOlmWithFingerprint(
|
||||
)
|
||||
.orderBy(currentFingerprint.lastSeen);
|
||||
|
||||
logger.debug(`currentFingerprint = ${platformFingerprint}`);
|
||||
logger.debug(`userId = ${userId}`);
|
||||
|
||||
logger.debug(
|
||||
`recoverOlmWithFingerprint: found ${result.length} olms for userId ${userId} with provided fingerprint`
|
||||
);
|
||||
|
||||
if (!result || result.length == 0) {
|
||||
return next(
|
||||
createHttpError(
|
||||
|
||||
Reference in New Issue
Block a user