merge: branch 'master' into production
commit
263d97853a
|
|
@ -1 +1 @@
|
|||
Subproject commit bb3470b838a3c8ffa39d11aaf5eef7fd92d97ae3
|
||||
Subproject commit 7440384751d251ae40064c4a5da8cf5a0dd0a016
|
||||
|
|
@ -100,7 +100,11 @@ export default function MultiFactorAuthentication() {
|
|||
// Decide whether to disable or enable.
|
||||
if (mfa!.totp_mfa) {
|
||||
// Disable TOTP authentication
|
||||
await client.api.delete("/auth/mfa/totp", toConfig(ticket.token));
|
||||
await client.api.delete(
|
||||
"/auth/mfa/totp",
|
||||
{},
|
||||
toConfig(ticket.token),
|
||||
);
|
||||
|
||||
setMFA({
|
||||
...mfa!,
|
||||
|
|
|
|||
Loading…
Reference in New Issue