|
|
db::bind(':email', $_input["email"]);
|
|
db::bind(':email', $_input["email"]);
|
|
|
if(googleAuthenticator::verifyCode($row["googleAuthenticatorSecret"], $_input["authenticator"], 1) == FALSE){
|
|
if(googleAuthenticator::verifyCode($row["googleAuthenticatorSecret"], $_input["authenticator"], 1) == FALSE){
|