Skip to content

Commit

Permalink
default image .png
Browse files Browse the repository at this point in the history
  • Loading branch information
MARINOSAG committed Sep 30, 2018
1 parent 248e05d commit 392a135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/linkedin/service/UserService.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private void createUser(Long userId, RegisterRequestDto registerRequestDto) {
user.setSurname(registerRequestDto.getSurname());
user.setBirthdate(registerRequestDto.getBirthdate());
user.setAddress(registerRequestDto.getAddress());
user.setImgPath(registerRequestDto.getImgPath());
user.setImgPath("default_profile.png");
user.setPhoneNumber(registerRequestDto.getPhoneNumber());


Expand Down

0 comments on commit 392a135

Please sign in to comment.