TF-3940 Fix cozy browser back issue
This commit is contained in:
@@ -75,4 +75,6 @@ class AppConfig {
|
||||
static bool get isWebSocketEchoPingEnabled => dotenv.get('WS_ECHO_PING', fallback: 'false') == 'true';
|
||||
|
||||
static bool get isCozyIntegrationEnabled => dotenv.get('COZY_INTEGRATION', fallback: 'false') == 'true';
|
||||
|
||||
static String get cozyExternalBridgeVersion => dotenv.get('COZY_EXTERNAL_BRIDGE_VERSION', fallback: '0.16.1');
|
||||
}
|
||||
Reference in New Issue
Block a user