Commit 3d4d83ba by Arjun Jhukal

redirect added on verification successful

parent 662b8425
...@@ -52,7 +52,7 @@ function VerifyEmailContent() { ...@@ -52,7 +52,7 @@ function VerifyEmailContent() {
autoTime: true, autoTime: true,
}), }),
); );
// router.replace(PATH.AUTH.LOGIN.ROOT); router.replace(PATH.AUTH.LOGIN.ROOT);
} catch (e: any) { } catch (e: any) {
dispatch( dispatch(
showToast({ 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