♻️Refactor: About Page

This commit is contained in:
Apple\Apple
2025-05-20 11:31:03 +08:00
parent 2b6c179247
commit 3c0960fd36
4 changed files with 44 additions and 28 deletions

View File

@@ -135,7 +135,7 @@ const LoginForm = () => {
centered: true,
});
}
navigate('/console/token');
navigate('/console');
} else {
showError(message);
}