Add class "settings-hint" to 2FA-text

Signed-off-by: Marius Blüm <marius@lineone.io
This commit is contained in:
Marius Blüm 2018-11-05 00:19:18 +01:00 committed by GitHub
parent 72b7c9ffa0
commit bf5ad5bd6b
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>