mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
merge: branch 'master' of https://github.com/revoltchat/revite
This commit is contained in:
2
external/lang
vendored
2
external/lang
vendored
Submodule external/lang updated: bb3470b838...7440384751
@@ -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!,
|
||||
|
||||
Reference in New Issue
Block a user