aboutsummaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/templates
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-04-14 17:05:19 +0200
committerJ0WI <J0WI@users.noreply.github.com>2021-04-15 16:57:06 +0200
commit09368e7cf5395ad4f9d93867b63e22a458f702c1 (patch)
tree8e7442c2c812619d8baef0fbab247b320238709c /apps/twofactor_backupcodes/templates
parent1c35b3801e49eb9011040a23e64d787172fa562e (diff)
downloadnextcloud-server-09368e7cf5395ad4f9d93867b63e22a458f702c1.tar.gz
nextcloud-server-09368e7cf5395ad4f9d93867b63e22a458f702c1.zip
2FA backupcodes: add strict typing
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'apps/twofactor_backupcodes/templates')
-rw-r--r--apps/twofactor_backupcodes/templates/challenge.php3
-rw-r--r--apps/twofactor_backupcodes/templates/personal.php2
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/templates/challenge.php b/apps/twofactor_backupcodes/templates/challenge.php
index d269fb4b47e..e4792c8256a 100644
--- a/apps/twofactor_backupcodes/templates/challenge.php
+++ b/apps/twofactor_backupcodes/templates/challenge.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
style('twofactor_backupcodes', 'style');
?>
diff --git a/apps/twofactor_backupcodes/templates/personal.php b/apps/twofactor_backupcodes/templates/personal.php
index c57a589a26a..12def69bbed 100644
--- a/apps/twofactor_backupcodes/templates/personal.php
+++ b/apps/twofactor_backupcodes/templates/personal.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
script('twofactor_backupcodes', 'settings');
?>