Skip to content

Commit 89abe6b

Browse files
committed
👌 IMPROVE: indexing
1 parent e2e0bcb commit 89abe6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎utils/authentication.js‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ module.exports = async () => {
2323
const username = await io.read();
2424

2525
const userToken = `module.exports = {
26-
Authorization: "Token ${token}",
27-
}`;
26+
Authorization: "Token ${token}",
27+
}`;
2828

2929
const userData = `module.exports = {
30-
username: "${username}",
31-
}`;
30+
username: "${username}",
31+
}`;
3232

3333
fs.writeFile("./utils/auth.js", userToken, (err) => {});
3434
fs.writeFile("./utils/user.js", userData, (err) => {});

0 commit comments

Comments
 (0)