Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-27 19:33:54 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-27 19:33:54 +0300
commitede5d0d88285f85d6b22578e1b49134515381714 (patch)
tree0d76d944ffd396aec090c4042f9a841685e4e4f8 /appinfo/info.xml
parent6c19d400e3542d7661f720fe35656df0e5aedf5e (diff)
List U2F settings in security section
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 023d7b7..ca1fe50 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -33,4 +33,7 @@
<provider>OCA\TwoFactorU2F\Activity\Provider</provider>
</providers>
</activity>
+ <settings>
+ <personal>OCA\TwoFactorU2F\Settings\Personal</personal>
+ </settings>
</info>