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>2020-12-29 11:44:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-29 12:04:20 +0300
commit2d20e4c37de724f6c95cf7cb487e34d1645bb6ae (patch)
tree36491adc9f661d7450bcc572052183eb5021e9c0 /lib/Settings
parent87e241a60b12cff07e3b3b50317a968b3667610f (diff)
Drop php7.2 and add the nextcloud coding standard
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Settings')
-rw-r--r--lib/Settings/Personal.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Settings/Personal.php b/lib/Settings/Personal.php
index 550d8ff..a656344 100644
--- a/lib/Settings/Personal.php
+++ b/lib/Settings/Personal.php
@@ -27,7 +27,6 @@ use OCP\Authentication\TwoFactorAuth\IPersonalProviderSettings;
use OCP\Template;
class Personal implements IPersonalProviderSettings {
-
public function getBody(): Template {
return new Template('twofactor_totp', 'personal');
}