a
This commit is contained in:
parent
e264369964
commit
90b9df592d
|
|
@ -24,8 +24,6 @@ class ControleurHtagcarte extends Controleur {
|
|||
|
||||
public function revoquercarte()
|
||||
{
|
||||
if ($this->requete->existeParametre("otpValue"))
|
||||
{
|
||||
$login = $_SESSION['login'];
|
||||
$otpValueSaisi = $this->requete->getParametre("otpValue");
|
||||
$otpValueRequis = $this->utilisateur->get_otp_value($login);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user