From 733287e36bc28f0abc6a3d7f181edc28cc0ddba6 Mon Sep 17 00:00:00 2001 From: Mysh! Date: Thu, 3 Apr 2025 16:21:27 +0200 Subject: [PATCH] refactor: disable debug by default Maybe this will force people to check out main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d9681d1..a275b72 100644 --- a/main.go +++ b/main.go @@ -88,7 +88,7 @@ const ( HTTPServerPort = 1323 // DebugBypassMailSending - if true, skips SMTP checks and sending, logs reset link instead. - DebugBypassMailSending = true + DebugBypassMailSending = false ) // ---------------------------------------------------------------