mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
fix: change back to login button and add to register option screen (#4847)
* fix: change back to login button and add to register option screen * fix: change back to login button and add logic for remove and set events Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
This commit is contained in:
@@ -229,6 +229,7 @@ export function mapRequestValues(map: Partial<Map>, req: Req): Req {
|
||||
r21.setExternalLoginDescription(map.registrationOptionText?.externalLoginDescription ?? '');
|
||||
r21.setTitle(map.registrationOptionText?.title ?? '');
|
||||
r21.setUserNameButtonText(map.registrationOptionText?.userNameButtonText ?? '');
|
||||
r21.setLoginButtonText(map.registrationOptionText?.loginButtonText ?? '');
|
||||
req.setRegistrationOptionText(r21);
|
||||
|
||||
const r22 = new RegistrationOrgScreenText();
|
||||
|
Reference in New Issue
Block a user