loginphone: clarify where code is sent

This commit is contained in:
Tulir Asokan
2025-09-08 17:16:23 +03:00
parent 17b69a6eac
commit 63e44fb5ad
+1 -1
View File
@@ -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{
{ {