Directus / @directus/sdk / rest / disableTwoFactor
Function: disableTwoFactor() ​
disableTwoFactor<
Schema
>(otp
):RestCommand
<void
,Schema
>
Disables two-factor authentication by removing the OTP secret from the user.
Type Parameters ​
• Schema
Parameters ​
• otp: string
One-time password generated by the authenticator app.
Returns ​
RestCommand
<void
, Schema
>
Nothing