Merge branch 'master' of bitbucket.org:LuckyLaszlo/ft_transcendence into inclusion_jeu_a_partir_de_master

This commit is contained in:
batche
2022-12-07 20:02:42 +01:00

View File

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