forked from tildetown/town
oops
parent
940779876c
commit
cbc868ae35
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue