From a9373d60d0e178880ae064dbceb7273bc9b51335 Mon Sep 17 00:00:00 2001 From: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:14:38 +0200 Subject: [PATCH] Update index.js Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> --- web/authentication/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/authentication/index.js b/web/authentication/index.js index 9b035f7aa3..970ae1e48c 100644 --- a/web/authentication/index.js +++ b/web/authentication/index.js @@ -1,10 +1,5 @@ /** * @file WebAuthn utilities. - * - * @remarks - * - * This duplicates much of the logic in the main web app's WebAuthn utilities. - * Can we share this code while keeping IE11 support? */ import { fromByteArray } from "base64-js";