From b3e97a1a0c6abe194abd8ff472dfa81c8afd04a4 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 27 Jun 2023 08:49:20 -0500 Subject: [PATCH] chore(web): Only show Copy button in HTTPS context (#2983) --- web/src/lib/components/forms/api-key-secret.svelte | 12 ++++++++++-- .../create-shared-link-modal.svelte | 11 ++++++++--- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/web/src/lib/components/forms/api-key-secret.svelte b/web/src/lib/components/forms/api-key-secret.svelte index 1a801db35f..1786215754 100644 --- a/web/src/lib/components/forms/api-key-secret.svelte +++ b/web/src/lib/components/forms/api-key-secret.svelte @@ -1,5 +1,5 @@