Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-06-04 20:11:42 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-06-04 20:11:42 +0300
commit717c0e73dc34379c6b073b62c01112cc54bcf665 (patch)
tree528f0ec791a8da7736348ed867905862188b87e9 /lib/Provider/TotpProvider.php
parent42156f9b6e7705f3d8d3c634beffb8ee34886278 (diff)
remove unused variable, disable autocomplete
Diffstat (limited to 'lib/Provider/TotpProvider.php')
-rw-r--r--lib/Provider/TotpProvider.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Provider/TotpProvider.php b/lib/Provider/TotpProvider.php
index ae910df..d151833 100644
--- a/lib/Provider/TotpProvider.php
+++ b/lib/Provider/TotpProvider.php
@@ -71,7 +71,6 @@ class TotpProvider implements IProvider {
*/
public function getTemplate(IUser $user) {
$tmpl = new Template('twofactor_totp', 'challenge');
- $tmpl->assign('qr', $qr);
return $tmpl;
}