Skip to content

Commit 44f59b2

Browse files
committed
(TP-77) feat: change code field example
1 parent c47921e commit 44f59b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rentplace/src/main/java/kattsyn/dev/rentplace/dtos/JwtRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class JwtRequest {
1414

1515
@Schema(description = "Почта пользователя", example = "warshard1337@gmail.com")
1616
private String email;
17-
@Schema(description = "Код, который пользователь получил на почту", example = "123456")
17+
@Schema(description = "Код, который пользователь получил на почту", example = "12345")
1818
private String code;
1919

2020
}

0 commit comments

Comments
 (0)