Skip to content

Commit f1f1064

Browse files
committed
👌IMPROVE: removed password check
1 parent 0af3b63 commit f1f1064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/createRepo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const headers = require("./auth");
1515
module.exports = async () => {
1616
io.write("------------------------------------------");
1717
// getting data from terminal
18-
if (username === "" && password === "") {
18+
if (username === "") {
1919
io.write(cyan("> Enter GitHub Username"));
2020
username = await io.read();
2121
io.write("");

0 commit comments

Comments
 (0)