forked from tildetown/town
minor
parent
ba1a1319e3
commit
79dc987c61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue