compute.php log exception
This commit is contained in:
parent
a51062a3e8
commit
6747bb1ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ if ($http->post("action","string","xx")=="qr_refresh") {
|
||||||
echo $authenticator->compute_code($secret);
|
echo $authenticator->compute_code($secret);
|
||||||
|
|
||||||
} catch (Exception $exc) {
|
} catch (Exception $exc) {
|
||||||
record_log("refresh BarCode invalide");
|
record_log($exc);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue