Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mimhle committed Nov 30, 2023
1 parent 36bb473 commit 16a4e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ bool isValidDateFormat(const std::string& date);

void changePassword();


int main() {
g_ui.cBorder = '*';
loginMenu();
return 0;
}

// TODO: Change all recursive functions to using loop

void adminMenu() {
g_ui.printCentered("MENU", LIGHT_YELLOW, true, '-');
Expand Down

0 comments on commit 16a4e96

Please sign in to comment.