Merge pull request #2736 from Infisical/misc/update-login-self-hosting-label

misc: updated login self-hosting label to include dedicated
This commit is contained in:
Sheen
2024-11-15 01:41:45 +08:00
committed by GitHub

View File

@ -532,7 +532,7 @@ func askForDomain() error {
const (
INFISICAL_CLOUD_US = "Infisical Cloud (US Region)"
INFISICAL_CLOUD_EU = "Infisical Cloud (EU Region)"
SELF_HOSTING = "Self-Hosting"
SELF_HOSTING = "Self-Hosting or Dedicated Instance"
ADD_NEW_DOMAIN = "Add a new domain"
)