template->render('login/twofactor/simple'); } /** * Get user visible name */ public static function getName(): string { return __('Simple two-factor authentication'); } /** * Get user visible description */ public static function getDescription(): string { return __('For testing purposes only!'); } }