added username to ConnectionEntity

This commit is contained in:
2026-04-08 20:48:21 +02:00
parent 3e4a1f92b1
commit 8a5f7c2bf8
@@ -25,7 +25,7 @@ public class HomeboxEntity extends ConnectionEntity {
HomeboxEntity he = new HomeboxEntity();
he.setAppUrl(request.appUrl());
he.setUsername(request.credentials().get("username"));
he.setUsername(request.username());
he.setToken(response.token());
he.setAttachmentToken(response.getExtraVar("attachmentToken"));
he.setExpiresAt(response.expiresAt());