Skip to content

Commit e5ea808

Browse files
fix: show sign in on cloud sandbox message (#7026)
1 parent ea1a683 commit e5ea808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/app/src/app/overmind/internalActions.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,9 @@ export const handleError = (
529529
} else if (
530530
error.message.startsWith(
531531
'You need to be signed in to fork a server template.'
532+
) ||
533+
error.message.startsWith(
534+
'You need to be signed in to fork a cloud sandbox.'
532535
)
533536
) {
534537
notificationActions.primary = {

0 commit comments

Comments
 (0)