mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:27:31 +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:
@@ -345,6 +345,7 @@ func RegistrationOptionScreenTextToPb(text domain.RegistrationOptionScreenText)
|
||||
Description: text.Description,
|
||||
UserNameButtonText: text.RegisterUsernamePasswordButtonText,
|
||||
ExternalLoginDescription: text.ExternalLoginDescription,
|
||||
LoginButtonText: text.LoginButtonText,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -811,6 +812,7 @@ func RegistrationOptionScreenTextPbToDomain(text *text_pb.RegistrationOptionScre
|
||||
Description: text.Description,
|
||||
RegisterUsernamePasswordButtonText: text.UserNameButtonText,
|
||||
ExternalLoginDescription: text.ExternalLoginDescription,
|
||||
LoginButtonText: text.LoginButtonText,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user