removed onboarding toast
This commit is contained in:
parent
07ae567d18
commit
3dd9cdf39c
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ function OnboardingPage() {
|
|||
// Mutations
|
||||
const onboardingMutation = useOnboardingMutation({
|
||||
onSuccess: (data) => {
|
||||
toast.success("Onboarding completed successfully");
|
||||
console.log("Onboarding completed successfully", data);
|
||||
router.push(redirect);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue