Rename route

This commit is contained in:
2022-04-19 11:05:41 +02:00
parent b5a2f1abcb
commit 8cdb47a139
3 changed files with 4 additions and 4 deletions

View File

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