summaryrefslogtreecommitdiffstats
path: root/apps/settings/appinfo
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-01-29 10:42:11 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-29 20:37:47 +0100
commit391a368557b18a89c79406d366e578530e36fe36 (patch)
treedbfdb1fa9c74838a7f91e47079c2160a948bd8ca /apps/settings/appinfo
parent53817f5fc20533d2b9da2ecff6bd96acf21b4e17 (diff)
downloadnextcloud-server-391a368557b18a89c79406d366e578530e36fe36.tar.gz
nextcloud-server-391a368557b18a89c79406d366e578530e36fe36.zip
Move the personal 2FA settings to its own app
Small isolated classes are easier to understand and to maintain! Another step in the cleaning up of the settings. So that adding new stuff later is easier. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/settings/appinfo')
-rw-r--r--apps/settings/appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/appinfo/info.xml b/apps/settings/appinfo/info.xml
index 61bfe454caa..d86e5395efc 100644
--- a/apps/settings/appinfo/info.xml
+++ b/apps/settings/appinfo/info.xml
@@ -24,6 +24,7 @@
<admin-section>OCA\Settings\Sections\Admin\Security</admin-section>
<admin-section>OCA\Settings\Sections\Admin\Server</admin-section>
<admin-section>OCA\Settings\Sections\Admin\Sharing</admin-section>
+ <personal>OCA\Settings\Settings\Personal\Security\TwoFactor</personal>
<personal-section>OCA\Settings\Sections\Personal\PersonalInfo</personal-section>
<personal-section>OCA\Settings\Sections\Personal\Security</personal-section>
<personal-section>OCA\Settings\Sections\Personal\SyncClients</personal-section>