This commit is contained in:
estifanos
2026-08-20 11:21:46 +00:00
parent 2c8895fed8
commit 8454fb5829

View File

@@ -54,11 +54,7 @@ export function LoginPage() {
const [profileTrigger] = useApiMutation<{ profile: CurrentProfile | null }>();
const handleBack = () => {
if (window.history.length > 1) {
navigate(-1);
} else {
navigate("/");
}
navigate("/");
};
// Built inside the component (not module scope) so validation messages