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>2017-10-03 21:42:04 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-03 21:42:04 +0300
commit3ea03be906e6baed4ad07fb09189c0d16d57b18d (patch)
tree7b221b51c74aee0fdb46609358dce3fcc630f3c0 /appinfo/info.xml
parent4523694b9dbcfffefb39582fa6a3423310571268 (diff)
Show settings in 'security' section
Fixes #195 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 581e476..8e61981 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -31,4 +31,7 @@
<provider>OCA\TwoFactorTOTP\Activity\Provider</provider>
</providers>
</activity>
+ <settings>
+ <personal>OCA\TwoFactorTOTP\Settings\Personal</personal>
+ </settings>
</info>