Commit 3d4d83ba by Arjun Jhukal

redirect added on verification successful

parent 662b8425
......@@ -52,7 +52,7 @@ function VerifyEmailContent() {
autoTime: true,
}),
);
// router.replace(PATH.AUTH.LOGIN.ROOT);
router.replace(PATH.AUTH.LOGIN.ROOT);
} catch (e: any) {
dispatch(
showToast({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment