more progress on TOTP/2FA
This commit is contained in:
@@ -126,8 +126,8 @@
|
||||
|
||||
// Optional: Redirect after success
|
||||
setTimeout(() => {
|
||||
// window.location.href = '/chat';
|
||||
console.log("Redirecting to chat...");
|
||||
window.location.href = '/chat';
|
||||
// console.log("Redirecting to chat...");
|
||||
}, 2000);
|
||||
} else {
|
||||
const error = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user