From 6747bb1ba1641bfb506f02ee5e7aeefec04d25e1 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 30 Apr 2026 16:33:06 +0200 Subject: [PATCH] compute.php log exception --- html/compute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/compute.php b/html/compute.php index a004865d8..0c0b4a6b8 100644 --- a/html/compute.php +++ b/html/compute.php @@ -53,7 +53,7 @@ if ($http->post("action","string","xx")=="qr_refresh") { echo $authenticator->compute_code($secret); } catch (Exception $exc) { - record_log("refresh BarCode invalide"); + record_log($exc); } return;