- Timestamp:
- 01/13/21 17:24:58 (4 years ago)
- Branches:
- master
- Children:
- 580ba1a
- Parents:
- 7944fab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/it/finki/tinki/service/impl/AccountServiceImpl.java
r7944fab rdf3a395 106 106 } 107 107 108 System.out.println(email); 109 108 110 if(this.companyRepository.findByEmail(email).isPresent()){ 109 111 throw new UserExistsException();
Note:
See TracChangeset
for help on using the changeset viewer.