From e06d12be07647c706cab95fef748576de92dc9f9 Mon Sep 17 00:00:00 2001 From: Zainab Amir Date: Wed, 28 Jun 2023 16:52:25 +0500 Subject: [PATCH] feat: add optimizely web to authn (#960) --- public/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/index.html b/public/index.html index b8a6d8d2..3ffeac57 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,15 @@ crossorigin="anonymous" referrerpolicy="no-referrer"> + <% if (process.env.OPTIMIZELY_URL) { %> + + <% } else if (process.env.OPTIMIZELY_PROJECT_ID) { %> + + <% } %>