loginphone: clarify where code is sent
This commit is contained in:
@@ -111,7 +111,7 @@ func (p *PhoneLogin) SubmitUserInput(ctx context.Context, input map[string]strin
|
|||||||
return &bridgev2.LoginStep{
|
return &bridgev2.LoginStep{
|
||||||
Type: bridgev2.LoginStepTypeUserInput,
|
Type: bridgev2.LoginStepTypeUserInput,
|
||||||
StepID: LoginStepIDCode,
|
StepID: LoginStepIDCode,
|
||||||
Instructions: "Please enter the code sent to your phone",
|
Instructions: "Please enter the code sent to the Telegram app on your phone",
|
||||||
UserInputParams: &bridgev2.LoginUserInputParams{
|
UserInputParams: &bridgev2.LoginUserInputParams{
|
||||||
Fields: []bridgev2.LoginInputDataField{
|
Fields: []bridgev2.LoginInputDataField{
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user