65f303164f
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 lines
152 B
PHP
6 lines
152 B
PHP
<?php
|
|
// @codeCoverageIgnoreStart
|
|
$tmpl = new \OCP\Template('twofactor_backupcodes', 'personal');
|
|
|
|
return $tmpl->fetchPage();
|
|
// @codeCoverageIgnoreEnd
|