* Removed testcode from demo.php

This commit is contained in:
RobThree
2014-09-24 23:34:36 +02:00
parent 004739be32
commit 9294208f2e
+1 -1
View File
@@ -12,7 +12,7 @@
use RobThree\TwoFactorAuth;
$tfa = new TwoFactorAuth\TwoFactorAuth('MyApp', 6, 30, 'sha1', new TwoFactorAuth\Providers\QRicketProvider());
$tfa = new TwoFactorAuth\TwoFactorAuth('MyApp');
echo '<li>First create a secret and associate it with a user';
$secret = $tfa->createSecret();