hashgraph / stablecoin-studio

All-in-one stablecoin configuration, issuance, and management
Apache License 2.0
25 stars 16 forks source link

feat: Hide multisig when not configured #1108

Closed M-Francia closed 5 months ago

M-Francia commented 5 months ago

Description: Hide the 'multisig' feature on the website when it is not configured. This functionality should be invisible to users unless the REACT_APP_BACKEND_URL environment variable is set and specifically includes configurations necessary for multisig operations. If this environment variable is not present or is empty, the multisig options should not be displayed or accessible to users.