refactor: disable debug by default

Maybe this will force people to check out main.go
This commit is contained in:
Mysh! 2025-04-03 16:21:27 +02:00
parent fda300e91d
commit 733287e36b
No known key found for this signature in database
GPG key ID: 96739F8E0F9A0F2D

View file

@ -88,7 +88,7 @@ const (
HTTPServerPort = 1323
// DebugBypassMailSending - if true, skips SMTP checks and sending, logs reset link instead.
DebugBypassMailSending = true
DebugBypassMailSending = false
)
// ---------------------------------------------------------------