added username for uniqueness of connection db entry
This commit is contained in:
@@ -25,6 +25,7 @@ public class HomeboxEntity extends ConnectionEntity {
|
||||
HomeboxEntity he = new HomeboxEntity();
|
||||
|
||||
he.setAppUrl(request.appUrl());
|
||||
he.setUsername(request.credentials().get("username"));
|
||||
he.setToken(response.token());
|
||||
he.setAttachmentToken(response.getExtraVar("attachmentToken"));
|
||||
he.setExpiresAt(response.expiresAt());
|
||||
|
||||
Reference in New Issue
Block a user