mirror of
https://github.com/processwire/processwire.git
synced 2025-08-26 08:04:38 +02:00
Bump version to 3.0.109
This commit is contained in:
@@ -45,7 +45,7 @@ class ProcessWire extends Wire {
|
|||||||
* Reversion revision number
|
* Reversion revision number
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionRevision = 108;
|
const versionRevision = 109;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version suffix string (when applicable)
|
* Version suffix string (when applicable)
|
||||||
|
@@ -336,7 +336,7 @@ class Tfa extends WireData implements Module, ConfigurableModule {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function ___render() {
|
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') {
|
if($this->className() == 'Tfa') {
|
||||||
// make sure we call the render from the module that implements TFA
|
// make sure we call the render from the module that implements TFA
|
||||||
$module = $this->getModule();
|
$module = $this->getModule();
|
||||||
|
Reference in New Issue
Block a user