Merge pull request #12253 from nextcloud/2fa-settings-hint

Add class "settings-hint" to 2FA-text
This commit is contained in:
Roeland Jago Douma 2018-11-05 09:29:22 +01:00 committed by GitHub
commit f838b24bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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">
@ -137,4 +137,4 @@
margin-left: -2px;
margin-right: 1px;
}
</style>
</style>