trunk
vilmibm 2023-10-25 08:44:20 +00:00
parent ba1a1319e3
commit 79dc987c61
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ func collectEmail(db *sql.DB, cs colorScheme, p *Prompter) error {
func redeemCode(db *sql.DB, cs colorScheme, p *Prompter) error {
fmt.Println(cs.Header("redeem an auth code and add a new public key"))
fmt.Println()
c, err := p.String("paste your auth code and hit enter to submit:")
if err != nil {
// TODO log