We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e2dd4 commit 5975f25Copy full SHA for 5975f25
1 file changed
utils/authentication.js
@@ -5,6 +5,8 @@ const pwd = process.cwd();
5
6
try {
7
const newAuth = require(`${pwd}/auth.js`);
8
+ const user = require(`${pwd}/user.js`);
9
+ if (newAuth.Authorization.length < 7 || user.username === "") throw err;
10
} catch (error) {
11
module.exports = async () => {
12
io.write(
0 commit comments