Skip to content

Commit

Permalink
Merge pull request #12253 from nextcloud/2fa-settings-hint
Browse files Browse the repository at this point in the history
Add class "settings-hint" to 2FA-text
  • Loading branch information
rullzer authored Nov 5, 2018
2 parents 765c576 + bf5ad5b commit f838b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings/src/components/AdminTwoFactor.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<p>
<p class="settings-hint">
{{ t('settings', 'Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.') }}
</p>
<p v-if="loading">
Expand Down Expand Up @@ -137,4 +137,4 @@
margin-left: -2px;
margin-right: 1px;
}
</style>
</style>

0 comments on commit f838b24

Please sign in to comment.