Commit 5f71d5ca by Arjun Jhukal

updated the response message for successful registration

parent 25d1b083
...@@ -61,7 +61,7 @@ export default function RegisterPage() { ...@@ -61,7 +61,7 @@ export default function RegisterPage() {
dispatch( dispatch(
showToast({ showToast({
message: "User Registerd Successfully", message: response?.data?.message || "User Registerd Successfully",
variant: ToastVariant.SUCCESS, variant: ToastVariant.SUCCESS,
autoTime: true, autoTime: true,
}), }),
......
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