diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-05-30 09:54:10 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-05-30 09:54:10 +0200 |
commit | 593f6281dc0843868699629461285e549512656a (patch) | |
tree | 85da80a1b1ee7b328034f5397ecd189d254a7dda /settings/personal.php | |
parent | b9b7f8bede0562b4e0eb067c62ecbe93a298793f (diff) | |
download | nextcloud-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.php | 1 |
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'); |