Skip to content

Commit

Permalink
Merge pull request #259 from urinaner/feature/233
Browse files Browse the repository at this point in the history
tmp: tmp
  • Loading branch information
2Jin1031 authored Jan 12, 2025
2 parents 1fdc4f3 + fbfcf88 commit 5ee255e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class Reservation extends BaseEntity {
@Column(name = "password")
private String password;


public boolean isPasswordMatch(String inputPassword) {
return this.password.equals(inputPassword);
}
Expand Down

0 comments on commit 5ee255e

Please sign in to comment.