diff --git a/cmd/help/email.go b/cmd/help/email.go index df65c1c..b4a4e76 100644 --- a/cmd/help/email.go +++ b/cmd/help/email.go @@ -4,7 +4,6 @@ import ( "fmt" "git.tilde.town/tildetown/town/email" - "git.tilde.town/tildetown/town/towndb" ) const emailText = `hello! @@ -24,7 +23,7 @@ Follow the instructions there to add your new key and restore access to your acc best, ~vilmibm` -func sendAuthCodeEmail(ac towndb.AuthCode) error { +func sendAuthCodeEmail(ac AuthCode) error { pw, err := email.LoadPassword() if err != nil { return err