♻️Refactor: About Page

This commit is contained in:
Apple\Apple
2025-05-20 11:31:03 +08:00
parent c75421e2c6
commit 881ad57a02
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);
}