Skip to content

Commit f7b0033

Browse files
disable dev signin prompt
1 parent 9b63a1f commit f7b0033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • editor/components/prompt-banner-signin-to-continue

editor/components/prompt-banner-signin-to-continue/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useAuthState } from "hooks";
44
import { useRouter } from "next/router";
55
import { ArrowRightIcon } from "@radix-ui/react-icons";
66
const __is_prod = process.env.NODE_ENV == "production";
7-
const __overide_show_if_dev = true;
7+
const __overide_show_if_dev = false;
88

99
export function SigninToContinuePrmoptProvider({
1010
children,

0 commit comments

Comments
 (0)