Files
ops-Gazelle/sections/user/mfa/confirm.php

11 lines
184 B
PHP

<?php
/** @phpstan-var \Twig\Environment $Twig */
declare(strict_types=1);
namespace Gazelle;
echo $Twig->render('user/mfa/remove.twig', [
'bad' => isset($_GET['invalid']),
]);