fix(nav): fix exam flow navigation

chore(zustand): refactor auth code for zustand store
This commit is contained in:
shafin-r
2025-09-09 20:45:30 +06:00
parent c3ead879ad
commit 108d34988d
11 changed files with 172 additions and 126 deletions

View File

@ -32,7 +32,7 @@ const Header = ({
if (confirmed) {
stopTimer();
cancelExam();
router.push("/categories");
router.replace("/categories");
}
};