From 9e32c87030fe5a17b9ea643cec4aae69ca2bb753 Mon Sep 17 00:00:00 2001 From: Khaled FERJANI Date: Mon, 27 Feb 2023 02:52:58 +0100 Subject: [PATCH] added new drive migration banner to canary --- twake/frontend/public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/twake/frontend/public/index.html b/twake/frontend/public/index.html index 26abfc705a..9ad1ae131e 100644 --- a/twake/frontend/public/index.html +++ b/twake/frontend/public/index.html @@ -143,6 +143,7 @@ const canaryTag = document.createElement("div"); canaryTag.id = "canary_tag"; document.body.appendChild(canaryTag); + window.canary = true; }