chore: add otp based login
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
const NodeCache = require("node-cache");
|
||||
|
||||
class CacheService extends NodeCache {}
|
||||
module.exports = new CacheService();
|
||||
Reference in New Issue
Block a user