I am using the Customer Accounts version (1 time password).
the whole point is me being able to redirect users to a page (/pages/master-class) after logging in.
so here is the scenario:
-
customer buy a product
-
customer gets a specific tag
-
customer will receive an email thank you and to login
-
a 1 time password is sent to login.
when they add their email and the OTP is sent i dont want them to be redirected to /accounts/orders. instead to the page listed above.
(from https://shopify.com/XXXXXXXXXX/account/orders to https://{store name}/pages/master-class
here is the code i tried to use
{% if customer %} {% endif %}

