File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
src/main/java/be/solidx/hot/shows Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33
44 <groupId >be.solidx.hot</groupId >
55 <artifactId >hot</artifactId >
6- <version >0.9.25 -SNAPSHOT</version >
6+ <version >0.9.26 -SNAPSHOT</version >
77 <packaging >jar</packaging >
88
99 <name >hot-cli</name >
Original file line number Diff line number Diff line change 44
55 <groupId >be.solidx.hot</groupId >
66 <artifactId >hot-framework</artifactId >
7- <version >0.9.25 -SNAPSHOT</version >
7+ <version >0.9.26 -SNAPSHOT</version >
88 <packaging >jar</packaging >
99
1010 <name >hot-framework</name >
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ public WithBody authenticate(Authentication authentication) {
213213 ConnectionData connectionData = socialAuthenticationToken .getConnection ().createData ();
214214 userAsMap .put ("name" , socialAuthenticationToken .getName ());
215215 userAsMap .put ("username" , socialAuthenticationToken .getName ());
216+ userAsMap .put ("email" , socialAuthenticationToken .getName ());
216217 userAsMap .put ("accessToken" , connectionData .getAccessToken ());
217218 userAsMap .put ("picture" , connectionData .getImageUrl ());
218219 userAsMap .put ("link" , connectionData .getProfileUrl ());
Original file line number Diff line number Diff line change 44
55 <groupId >be.solidx.hot</groupId >
66 <artifactId >hot-parent</artifactId >
7- <version >0.9.25 -SNAPSHOT</version >
7+ <version >0.9.26 -SNAPSHOT</version >
88 <packaging >pom</packaging >
99
1010 <name >hot</name >
You can’t perform that action at this time.
0 commit comments