This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 23:24:05 +00:00
parent 0a8507f84b
commit 5e6ae3653a
2 changed files with 39 additions and 30 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ const Account = () => {
});
} else {
// Navigate to confirmation page after successful save
navigate("/account/confirmation");
navigate("/account/confirmation", { state: { justSaved: true } });
}
} finally {
setIsSaving(false);