Hey, I'm using one login per subdomain, but I have...
# support-questions-legacy
f
Hey, I'm using one login per subdomain, but I have one backend instance (user pool shared) what should I setup as website domain in config on backend?
r
hey @fdundjer you can set it to be the base domain. You will also need to override the
sendEmail
function in the emailDelivery config (for password reset / magic link / email verification- whicehevr recipe you are using) to dynamically change the domain of the link based on the request object's origin.