feat(MED-85): redirect to dashboard after MFA is done

This commit is contained in:
2025-07-31 12:00:34 +03:00
parent c91adc7521
commit 23a07658c9
2 changed files with 14 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ export function MultiFactorChallengeContainer({
const verifyMFAChallenge = useVerifyMFAChallenge({
onSuccess: () => {
router.replace('/');
router.replace(paths.redirectPath);
},
});