Passwort und Reset Passwort tests added empty lines

This commit is contained in:
2025-08-13 08:38:53 +02:00
parent 68922033ea
commit 99dcfb57be
3 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ func sendResetEmail(email, username, resetHash, frontendURL string) error {
if baseURL == "" {
baseURL = "http://localhost:3000" // Fallback, sollte aber nicht verwendet werden
}
resetLink := fmt.Sprintf("%s/reset-password?token=%s", baseURL, resetHash)
logger.Info("=== PASSWORD RESET EMAIL ===")