View Source Zitadel.Text.V1.RegistrationUserScreenText (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Text.V1.RegistrationUserScreenText{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  back_button_text: String.t(),
  description: String.t(),
  description_org_register: String.t(),
  email_label: String.t(),
  firstname_label: String.t(),
  gender_label: String.t(),
  language_label: String.t(),
  lastname_label: String.t(),
  next_button_text: String.t(),
  password_confirm_label: String.t(),
  password_label: String.t(),
  privacy_link_text: String.t(),
  title: String.t(),
  tos_and_privacy_label: String.t(),
  tos_confirm: String.t(),
  tos_confirm_and: String.t(),
  tos_link_text: String.t(),
  username_label: String.t()
}

Link to this section Functions