mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 21:17:23 +00:00
fix(console): fix login text ref (#4806)
This commit is contained in:
parent
cf4780fe6b
commit
9c146640b3
@ -118,7 +118,7 @@ export function mapRequestValues(map: Partial<Map>, req: Req): Req {
|
||||
req.setInitPasswordDoneText(r8);
|
||||
|
||||
const r9 = new InitPasswordScreenText();
|
||||
r9.setCodeLabel(map.initPasswordText?.description ?? '');
|
||||
r9.setCodeLabel(map.initPasswordText?.codeLabel ?? '');
|
||||
r9.setDescription(map.initPasswordText?.description ?? '');
|
||||
r9.setNewPasswordConfirmLabel(map.initPasswordText?.newPasswordConfirmLabel ?? '');
|
||||
r9.setNewPasswordLabel(map.initPasswordText?.newPasswordLabel ?? '');
|
||||
|
Loading…
x
Reference in New Issue
Block a user