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>2018-12-17 11:19:45 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-12-17 11:19:45 +0300
commit04f8b5a54d264d3054accd261fb48d5779ac0e4c (patch)
treeadf18e965db1cac0f94f7cf4dacfc43b6da9fd2e /appinfo
parent456d1c726e37e260d4ef0858d56f311852e51c84 (diff)
Fix old personal settings registration
Fixes #368 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b190d47..6da7997 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,9 +23,6 @@
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
</two-factor-providers>
- <settings>
- <personal>OCA\TwoFactorTOTP\Settings\Personal</personal>
- </settings>
<activity>
<settings>
<setting>OCA\TwoFactorTOTP\Activity\Setting</setting>