mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
chore: add 2FA reauth docs (#1076)
## Description Update the tooltips to show documentation for 2FA
This commit is contained in:
@ -223,6 +223,10 @@ export const AddSettingsFormPartial = ({
|
|||||||
<strong>Require passkey</strong> - The recipient must have an account
|
<strong>Require passkey</strong> - The recipient must have an account
|
||||||
and passkey configured via their settings
|
and passkey configured via their settings
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Require 2FA</strong> - The recipient must have an account and
|
||||||
|
2FA enabled via their settings
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<strong>None</strong> - No authentication required
|
<strong>None</strong> - No authentication required
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -291,6 +291,10 @@ export const AddSignersFormPartial = ({
|
|||||||
<strong>Require passkey</strong> - The recipient must have
|
<strong>Require passkey</strong> - The recipient must have
|
||||||
an account and passkey configured via their settings
|
an account and passkey configured via their settings
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Require 2FA</strong> - The recipient must have an
|
||||||
|
account and 2FA enabled via their settings
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<strong>None</strong> - No authentication required
|
<strong>None</strong> - No authentication required
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user