summaryrefslogblamecommitdiffstats
path: root/vendor/sonata-project/google-authenticator/sample/tmpl/loggedin.php
blob: 2a19032ca4f1527b6e49c0128c4103799746e547 (plain) (tree)


















                                         

<p>
Hello <?php echo $user->getUsername(); ?>
</p>
<?php
if (!isset($_GET['showqr'])) {
    ?>

<p>
<a href="?showqr=1">Show QR Code</a>
</p>

<?php
}
?>

<p>
<a href="?logout=1">Logout</a>
</p>