diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php
index bba4a5f8e7d..e6087175c79 100644
--- a/settings/templates/settings/personal/security.php
+++ b/settings/templates/settings/personal/security.php
@@ -63,6 +63,32 @@ if($_['passwordChangeSupported']) {
+
+
t('Two-Factor Authentication'));?>
+
+
+ -
+ getDarkIcon();
+ } else {
+ $icon = image_path('core', 'actions/password.svg');
+ }
+ /** @var \OCP\Authentication\TwoFactorAuth\IPersonalProviderSettings $settings */
+ $settings = $data['settings'];
+ ?>
+
+
+ getDisplayName()) ?>
+
+ getBody()->fetchPage()) ?>
+
+
+
+
+
t('Devices & sessions'));?>
t('Web, desktop and mobile clients currently logged in to your account.'));?>
@@ -99,29 +125,3 @@ if($_['passwordChangeSupported']) {
-
-
-
t('Two-Factor Authentication'));?>
-
-
- -
- getDarkIcon();
- } else {
- $icon = image_path('core', 'actions/password.svg');
- }
- /** @var \OCP\Authentication\TwoFactorAuth\IPersonalProviderSettings $settings */
- $settings = $data['settings'];
- ?>
-
-
- getDisplayName()) ?>
-
- getBody()->fetchPage()) ?>
-
-
-
-