mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:57:33 +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:
@@ -283,6 +283,7 @@ message RegistrationOptionScreenText {
|
||||
string description = 2 [(validate.rules).string = {max_len: 500}];
|
||||
string user_name_button_text = 3 [(validate.rules).string = {max_len: 200}];
|
||||
string external_login_description = 4 [(validate.rules).string = {max_len: 500}];
|
||||
string login_button_text = 5 [(validate.rules).string = {max_len: 200}];
|
||||
}
|
||||
|
||||
message RegistrationUserScreenText {
|
||||
|
Reference in New Issue
Block a user