organizing env variables and white label stuff
This commit is contained in:
parent
bd852c083a
commit
0ed8d961f6
7 changed files with 20 additions and 17 deletions
|
|
@ -95,10 +95,10 @@ const BXT_WHITE_LABEL: WhiteLabel = {
|
|||
// primaryColour: "#0000FF",
|
||||
secondaryColour: "yellow",
|
||||
// secondaryColour: "#FFFF00",
|
||||
signatureColour: "#272727",
|
||||
// signatureColour: "#005bb0",
|
||||
// signatureColour: "#272727",
|
||||
signatureColour: "#005bb0",
|
||||
signatureAccentColour: "#fff",
|
||||
auth0ClientId: import.meta.env.REACT_APP_AUTH0_STAGING_CLIENT_ID,
|
||||
auth0ClientId: import.meta.env.VITE_AUTH0_DEV_CLIENT_ID,
|
||||
redirectOnLogout: false,
|
||||
logoutRedirectTarget: "",
|
||||
darkLogo: BXTDarkLogo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue