multiauth refactor

This commit is contained in:
Jan Prochazka
2024-08-07 16:28:24 +02:00
parent e179b0f20b
commit 5f14da3844
10 changed files with 98 additions and 63 deletions

View File

@@ -1,5 +1,8 @@
function checkLicense() {
return null;
return {
status: 'ok',
type: 'community',
};
}
module.exports = {