feat(MED-85): redirect to dashboard after MFA is done
This commit is contained in:
@@ -47,7 +47,7 @@ export function MultiFactorChallengeContainer({
|
||||
|
||||
const verifyMFAChallenge = useVerifyMFAChallenge({
|
||||
onSuccess: () => {
|
||||
router.replace('/');
|
||||
router.replace(paths.redirectPath);
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user