if got this going on ```if (context.isNewUser) { return "/plans"; } else {...
f
if got this going on
Copy code
if (context.isNewUser) {
              return "/plans";
            } else {
              return "/about-us";
            }