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