diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-05-19 19:09:12 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-05-20 13:27:55 +0200 |
commit | 9d5a542a4e1b70ea9c1a094552bca1a637289e91 (patch) | |
tree | a0b282d0b635cb75e4db443c8823b056b0d7b5a2 /apps/settings/templates | |
parent | eb720b9726aebc20ab0ed19e39ebf9c1c01ec80e (diff) | |
download | nextcloud-server-9d5a542a4e1b70ea9c1a094552bca1a637289e91.tar.gz nextcloud-server-9d5a542a4e1b70ea9c1a094552bca1a637289e91.zip |
Improve two factor admin settings
- Port more of it to vue
- Use new nextcloud vue components for the setting section
- Add a bit of spacing between the elements
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/admin/security.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/settings/templates/settings/admin/security.php b/apps/settings/templates/settings/admin/security.php index f0689b948af..e285e393e20 100644 --- a/apps/settings/templates/settings/admin/security.php +++ b/apps/settings/templates/settings/admin/security.php @@ -28,11 +28,7 @@ script('settings', 'vue-settings-admin-security'); ?> -<div id="two-factor-auth" class="section"> - <h2><?php p($l->t('Two-Factor Authentication'));?></h2> - <a target="_blank" rel="noreferrer" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-2fa')); ?>"></a> - <div id="two-factor-auth-settings"></div> -</div> +<div id="two-factor-auth-settings"></div> <div class="section" id='encryptionAPI'> <h2><?php p($l->t('Server-side encryption')); ?></h2> |