File tree Expand file tree Collapse file tree
packages/stack-shared/src/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -812,7 +812,7 @@ export async function sanitizeEnvironmentConfig<T extends EnvironmentRenderedCon
812812export async function sanitizeOrganizationConfig ( config : OrganizationRenderedConfigBeforeSanitization ) {
813813 assertNormalized ( config ) ;
814814 const prepared = await sanitizeEnvironmentConfig ( config ) ;
815- const themes : typeof prepared . emails . themes = config . emails . server . isShared ? DEFAULT_EMAIL_THEMES : prepared . emails . themes ;
815+ const themes : typeof prepared . emails . themes = prepared . emails . themes ;
816816 const templates : typeof prepared . emails . templates = config . emails . server . isShared ? DEFAULT_EMAIL_TEMPLATES : prepared . emails . templates ;
817817 const products = typedFromEntries ( typedEntries ( prepared . payments . products ) . map ( ( [ key , product ] ) => {
818818 const isAddOnTo = product . isAddOnTo === false ?
You can’t perform that action at this time.
0 commit comments