forked from tildetown/town
idk
parent
4284fb4048
commit
69ad6a384a
|
@ -48,7 +48,7 @@ func loadPassword() (string, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func sendInviteEmail(invite invites.Invite) error {
|
func sendInviteEmail(invite invites.Invite) error {
|
||||||
pw, err := email.LoadPassword()
|
pw, err := loadPassword()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("could not read password: %w", err)
|
return fmt.Errorf("could not read password: %w", err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue