Debug superadmin password
All checks were successful
Build Feedmee Next.js Frontend App / build-and-push (push) Successful in 14s
Build Feedmee Go Backend App / build-and-push (push) Successful in 57s

This commit is contained in:
2025-10-17 13:03:08 +02:00
parent 37d2ce99bf
commit dff9d56e1b

View File

@@ -142,4 +142,5 @@ func updateSuperadminPassword(db *sql.DB, superadminPassword string) {
if err != nil {
slog.Error("Error setting superadmin password", "error", err)
}
slog.Debug("Superadmin password", "password", superadminPassword)
}