refactor: clean up imports and enhance error logging in user workspace and team invitations actions

This commit is contained in:
Danel Kungla
2025-07-08 18:34:21 +03:00
parent 29ff8cb512
commit 4f36f9c037
5 changed files with 41 additions and 33 deletions

View File

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