disabled debug
This commit is contained in:
parent
b588705df7
commit
7323b3efec
@ -69,10 +69,10 @@ int main(int argc, char **argv) {
|
||||
std::cin >> username;
|
||||
std::string password;
|
||||
|
||||
// password = getpass("enter password: ");
|
||||
// DEBUG
|
||||
std::cout << "\nenter password: ";
|
||||
std::cin >> password;
|
||||
password = getpass("enter password: ");
|
||||
// DEBUG
|
||||
// std::cout << "\nenter password: ";
|
||||
// std::cin >> password;
|
||||
|
||||
bakaapi::login(username, password);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user