compute.php log exception

This commit is contained in:
sparkyx 2026-04-30 16:33:06 +02:00
parent a51062a3e8
commit 6747bb1ba1

View file

@ -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;