summaryrefslogtreecommitdiffstats
path: root/settings/personal.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-30 09:54:10 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-30 09:54:10 +0200
commit593f6281dc0843868699629461285e549512656a (patch)
tree85da80a1b1ee7b328034f5397ecd189d254a7dda /settings/personal.php
parentb9b7f8bede0562b4e0eb067c62ecbe93a298793f (diff)
downloadnextcloud-server-593f6281dc0843868699629461285e549512656a.tar.gz
nextcloud-server-593f6281dc0843868699629461285e549512656a.zip
Combine sessions and app passwords view into one single view
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/personal.php')
-rw-r--r--settings/personal.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/personal.php b/settings/personal.php
index 86ac4f753f4..c0fd243ba67 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -226,7 +226,6 @@ $tmpl->assign('groups', $groups2);
$formsAndMore = [];
$formsAndMore[]= ['anchor' => 'personal-settings', 'section-name' => $l->t('Personal info')];
$formsAndMore[]= ['anchor' => 'sessions', 'section-name' => $l->t('Sessions')];
-$formsAndMore[]= ['anchor' => 'apppasswords', 'section-name' => $l->t('App passwords')];
$formsAndMore[]= ['anchor' => 'clientsbox', 'section-name' => $l->t('Sync clients')];
$forms=OC_App::getForms('personal');