Can remove created factors

This commit is contained in:
2022-04-19 16:17:58 +02:00
parent deb00c572d
commit 630ebe2ddd
6 changed files with 104 additions and 9 deletions

View File

@ -75,7 +75,7 @@
return;
try {
const res = await fetch("/settings/api/two_factors/save_totp_factor", {
const res = await fetch("/settings/api/two_factor/save_totp_factor", {
method: "post",
headers: {
'Content-Type': 'application/json',