fix: return isDefault on login texts (#3076)

* fix: add is disabled to login texts

* fix: fix aggregate id
This commit is contained in:
Fabi
2022-01-20 14:18:49 +01:00
committed by GitHub
parent 5c6df06a7c
commit 087ef8d31c
5 changed files with 16 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ func CustomLoginTextToPb(text *domain.CustomLoginText) *text_pb.LoginCustomText
text.ChangeDate,
text.AggregateID,
),
IsDefault: text.IsDefault,
SelectAccountText: SelectAccountScreenToPb(text.SelectAccount),
LoginText: LoginScreenTextToPb(text.Login),
PasswordText: PasswordScreenTextToPb(text.Password),