Skip to content

Commit 5192012

Browse files
author
SPRINX0\prochazka
committed
Add getLoggedUserCount function to loginchecker utility
1 parent 1618811 commit 5192012

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/api/src/utility/loginchecker.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ function markLoginAsLoggedOut(licenseUid) {}
1010

1111
const LOGIN_LIMIT_ERROR = '';
1212

13+
function getLoggedUserCount() {
14+
return 0;
15+
}
16+
1317
module.exports = {
1418
markUserAsActive,
1519
isLoginLicensed,
1620
markLoginAsLoggedOut,
21+
getLoggedUserCount,
1722
LOGIN_LIMIT_ERROR,
1823
};

0 commit comments

Comments
 (0)