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

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Text.V1.InitPasswordScreenText{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  code_label: String.t(),
  description: String.t(),
  new_password_confirm_label: String.t(),
  new_password_label: String.t(),
  next_button_text: String.t(),
  resend_button_text: String.t(),
  title: String.t()
}

Link to this section Functions