Zitadel.Text.V1.SuccessLoginScreenText (zitadel_api v1.0.0-rc.7) View Source
Link to this section Summary
Types
Text to describe that auto redirect should happen after successful login
Text to describe that the window can be closed after redirect
Link to this section Types
Specs
auto_redirect_description() :: String.t()
Text to describe that auto redirect should happen after successful login
Specs
next_button_text() :: String.t()
Specs
redirected_description() :: String.t()
Text to describe that the window can be closed after redirect
Specs
t() :: %Zitadel.Text.V1.SuccessLoginScreenText{
auto_redirect_description: auto_redirect_description(),
next_button_text: next_button_text(),
redirected_description: redirected_description(),
title: title()
}
Specs
title() :: String.t()