We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c753bc8 commit 6cdcae7Copy full SHA for 6cdcae7
1 file changed
โsrc/app/send/(process)/preview/page.tsxโ
@@ -148,7 +148,7 @@ const SendPreviewPage = () => {
148
console.log(status);
149
if (status.isShared) {
150
console.log('์๋ฃ');
151
- router.push('/send/complete');
+ router.push(`/send/complete${isGuest ? '?guest=true' : ''}`);
152
clearInterval(interval); // ํด๋ง ์ค๋จ
153
}
154
} catch (error) {
0 commit comments