2A la suite

This commit is contained in:
batche
2022-12-07 20:38:11 +01:00
parent 081a3c1dc2
commit 365bac36ef
3 changed files with 4 additions and 2 deletions

View File

@@ -48,7 +48,6 @@
wrongCode = `Wrong code`;
}
if (response.status === 200) {
// userLogout();
push('/profile');
console.log('valid Code for 2FA')
}

View File

@@ -77,7 +77,6 @@
.then(response => response.json())
// .then((result) => console.log(result))
// .then(() => console.log('successful sub of new settings'))
}
};