Ad
  • Custom User Avatar

    Hi!

    Look, this:

    test_password == hashed_password
    

    returns true or false.

    This means you don't need the if/else statement.

    Without if/else statement your solution is much better.