You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.warn('pubkey null since DISABLE_SEC and no pubkey provided');
}else{
console.error('pubkey does not exist');
}
}
}catch(err){
console.error(err);
}
The code block on line 40 and 56 are triggered when DISABLE_SEC || ENABLE_SECURITY_AT && Date.parse(ENABLE_SECURITY_AT) > Date.now()turns false. This has no relation to the files being present or not, whereas the block logs out a message saying XXX does not exist
The text was updated successfully, but these errors were encountered:
Caracal/handlers/authHandlers.js
Lines 31 to 61 in 91fec6d
The code block on line 40 and 56 are triggered when
DISABLE_SEC || ENABLE_SECURITY_AT && Date.parse(ENABLE_SECURITY_AT) > Date.now()
turns false. This has no relation to the files being present or not, whereas the block logs out a message sayingXXX does not exist
The text was updated successfully, but these errors were encountered: