diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 9e2236da..74f7d529 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -45,7 +45,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 108; + const versionRevision = 109; /** * Version suffix string (when applicable) diff --git a/wire/core/Tfa.php b/wire/core/Tfa.php index daef8774..6ac093b6 100644 --- a/wire/core/Tfa.php +++ b/wire/core/Tfa.php @@ -336,7 +336,7 @@ class Tfa extends WireData implements Module, ConfigurableModule { * */ public function ___render() { - $this->message($this->_('Please enter your authentication code to complete login.')); + // $this->message($this->_('Please enter your authentication code to complete login.')); if($this->className() == 'Tfa') { // make sure we call the render from the module that implements TFA $module = $this->getModule();