Add class "settings-hint" to 2FA-text
Signed-off-by: Marius Blüm <marius@lineone.io
This commit is contained in:
parent
72b7c9ffa0
commit
bf5ad5bd6b
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue