* @link http://www.oxidmodule.com */ namespace D3\Totp\Modules\Application\Controller\Admin; class d3_totp_LoginController extends d3_totp_LoginController_parent { public function render() { // check for username / password or totp auth return parent::render(); } }