<?php
/**
 * This file is controller for views/two-fa-custom-form.php.
 *
 * @package miniorange-2-factor-authentication/controllers/twofa
 */

// Needed in both.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

require_once dirname( dirname( dirname( __FILE__ ) ) ) . DIRECTORY_SEPARATOR . 'views' . DIRECTORY_SEPARATOR . 'twofactorauthentication' . DIRECTORY_SEPARATOR . 'forms.php';
