Commit 7f115cb3 by Yashvant Kantival

User Id Not Blank Change

parent d3bd160c
...@@ -14,7 +14,7 @@ public class LoginRequest { ...@@ -14,7 +14,7 @@ public class LoginRequest {
@NotBlank @NotBlank
private String username; private String username;
@NotBlank // @NotBlank
private String userId; private String userId;
private String notificationId; private String notificationId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment