autdant commited on
Commit
557bcea
·
1 Parent(s): 49d9f08

update dockerfile

Browse files
connexa-common/pom.xml CHANGED
@@ -50,10 +50,10 @@
50
 
51
  <build>
52
  <plugins>
53
- <plugin>
54
- <groupId>org.springframework.boot</groupId>
55
- <artifactId>spring-boot-maven-plugin</artifactId>
56
- </plugin>
57
  </plugins>
58
  </build>
59
 
 
50
 
51
  <build>
52
  <plugins>
53
+ <!-- <plugin>-->
54
+ <!-- <groupId>org.springframework.boot</groupId>-->
55
+ <!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
56
+ <!-- </plugin>-->
57
  </plugins>
58
  </build>
59
 
connexa-parent/connexa-admin/src/main/java/org/connexa/connexaadmin/user/UserProfileResponseDTO.java CHANGED
@@ -20,6 +20,8 @@ public class UserProfileResponseDTO {
20
 
21
  private Boolean enabled;
22
 
 
 
23
  private String name;
24
 
25
  private String username;
 
20
 
21
  private Boolean enabled;
22
 
23
+ private Boolean verified;
24
+
25
  private String name;
26
 
27
  private String username;