We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4c38c commit 7c1656aCopy full SHA for 7c1656a
server/middlewares/auth.js
@@ -1,4 +1,4 @@
1
-const banned = [47162];
+const banned = [47162, 106505];
2
3
module.exports = (req, res, next) => {
4
if (!req.isAuthenticated()) {
0 commit comments