From 2d5612b170b98ccf0750827fa2b22a5a10185bbe Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Wed, 29 Nov 2023 15:22:02 +0100
Subject: [PATCH] Advertise from backend whether we are in telepresence mode

---
 backend/areas/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/backend/areas/__init__.py b/backend/areas/__init__.py
index 2d449283..5d8f61a9 100644
--- a/backend/areas/__init__.py
+++ b/backend/areas/__init__.py
@@ -18,6 +18,7 @@ def api_environment():
     environment = {
         "HYDRA_PUBLIC_URL": HYDRA_PUBLIC_URL,
         "KRATOS_PUBLIC_URL": KRATOS_PUBLIC_URL,
+        "TELEPRESENCE": TELEPRESENCE,
     }
     return jsonify(environment)
 
-- 
GitLab