diff --git a/internal/config/config.go b/internal/config/config.go index 5c76227..8769d5c 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -89,8 +89,8 @@ func NewDefault() *Config { SMTP: SMTPConfig{ Host: "localhost", Port: 2525, - User: "hydra-passwordless", - Password: "hydra-passwordless", + User: "", + Password: "", SenderAddress: "noreply@localhost", SenderName: "noreply", },