Skip to content

Commit 6469570

Browse files
author
Nevo David
committed
feat: quick fix for messageing in refresh
1 parent c3e7377 commit 6469570

File tree

1 file changed

+2
-2
lines changed
  • apps/frontend/src/app/(site)/integrations/social/[provider]/continue

1 file changed

+2
-2
lines changed

apps/frontend/src/app/(site)/integrations/social/[provider]/continue/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export default async function Page({
5151
const { inBetweenSteps, id } = await data.json();
5252

5353
if (inBetweenSteps && !searchParams.refresh) {
54-
return redirect(`/launches?msg=Channel Refreshed&added=${provider}&continue=${id}`);
54+
return redirect(`/launches?added=${provider}&continue=${id}`);
5555
}
5656

57-
return redirect(`/launches?added=${provider}&msg=Channel Added`);
57+
return redirect(`/launches?added=${provider}&msg=Channel Updated`);
5858
}

0 commit comments

Comments
 (0)