From cbc868ae35078fa7d4a2496381e156eeb8a36252 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Wed, 25 Oct 2023 08:34:58 +0000 Subject: [PATCH] oops --- cmd/help/email.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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