Added registration info to TentClient when getting metadata
This commit is contained in:
parent
13527ece05
commit
ca02af4ea1
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ public class WriteServlet extends HttpServlet {
|
||||||
|
|
||||||
TentClient tentClient = new TentClient(user.getProfile());
|
TentClient tentClient = new TentClient(user.getProfile());
|
||||||
tentClient.getAsync().setAccessToken(user.getAccessToken());
|
tentClient.getAsync().setAccessToken(user.getAccessToken());
|
||||||
|
tentClient.getAsync().setRegistrationResponse(user.getRegistration());
|
||||||
|
|
||||||
return tentClient;
|
return tentClient;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue