()
| 469 | } |
| 470 | |
| 471 | func (a *App) setAuthInputPrompt() { |
| 472 | if a == nil { |
| 473 | return |
| 474 | } |
| 475 | a.authInput.Prompt = fmt.Sprintf(" %s: ", T("auth_gate_password")) |
| 476 | } |
| 477 | |
| 478 | func (a App) connectWithPassword(password string) tea.Cmd { |
| 479 | return func() tea.Msg { |