login checker dummy implementation

This commit is contained in:
SPRINX0\prochazka
2025-07-14 15:23:06 +02:00
parent a38ad5a11e
commit cd5717169c
2 changed files with 4 additions and 3 deletions

View File

@@ -41,6 +41,4 @@ module.exports = {
async getUsedEngines() {
return null;
},
markUserAsActive(licenseUid) {},
};