mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
8acb734854
* add backup codes app unit tests * add integration tests for the backup codes app
6 lines
99 B
PHP
6 lines
99 B
PHP
<?php
|
|
|
|
$tmpl = new \OCP\Template('twofactor_backupcodes', 'personal');
|
|
|
|
return $tmpl->fetchPage();
|