Skip to content

Commit

Permalink
Update validation.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TodorokiBoy authored Nov 23, 2024
1 parent 373eca7 commit 9974ac4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions homework/password-check/validation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ enum class ErrorCode {
};

std::string getErrorMessage(ErrorCode error);

bool doPasswordsMatch(std::string password1, std::string password2);

ErrorCode checkPasswordRules(std::string password);

ErrorCode checkPassword(std::string password1, std::string password2);
ErrorCode checkPassword(std::string password1, std::string password2);

0 comments on commit 9974ac4

Please sign in to comment.