Skip to content

Commit

Permalink
Default QA to UCSF whitelabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Schroer committed Jul 27, 2023
1 parent 704fd40 commit 43d1af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/whitelabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function determineWhiteLabelSite(): WhiteLabelSiteKey {
)
return "SFServiceGuide";
// N.B. The qaone environment can be used to test various whitelabels as needed
if (subdomain === "qaone") return "SFServiceGuide";
if (subdomain === "qaone") return "Ucsf";

return "defaultWhiteLabel";
}
Expand Down

0 comments on commit 43d1af7

Please sign in to comment.