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