diff options
Diffstat (limited to 'apps/twofactor_backupcodes/templates/challenge.php')
-rw-r--r-- | apps/twofactor_backupcodes/templates/challenge.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/templates/challenge.php b/apps/twofactor_backupcodes/templates/challenge.php index e4792c8256a..2dc4eec3973 100644 --- a/apps/twofactor_backupcodes/templates/challenge.php +++ b/apps/twofactor_backupcodes/templates/challenge.php @@ -1,7 +1,10 @@ <?php declare(strict_types=1); - +/** + * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ style('twofactor_backupcodes', 'style'); ?> |