MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / setAuthInputPrompt

Method setAuthInputPrompt

internal/tui/app.go:471–476  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

NewAppFunction · 0.95
UpdateMethod · 0.95

Calls 1

TFunction · 0.85

Tested by

no test coverage detected