Skip to content

Commit dad4e03

Browse files
committed
Fix logging of users activation.
Correction for 1a9f38f commit. Fix #252
1 parent 85ef237 commit dad4e03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/ru/mystamps/web/dao/dto/AddUsersActivationDbDto.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121

2222
import lombok.Getter;
2323
import lombok.Setter;
24+
import lombok.ToString;
2425

2526
@Getter
2627
@Setter
28+
@ToString
2729
public class AddUsersActivationDbDto {
2830
private String activationKey;
2931
private String email;

0 commit comments

Comments
 (0)