From e6b7fce27ca5a8e830c2bd03bcad0ebd85928f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lloren=C3=A7?= Date: Mon, 17 Feb 2025 13:57:02 +0100 Subject: [PATCH] Remove unnecessary commented line --- src/frontend/src/utils/iiConnection.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/utils/iiConnection.ts b/src/frontend/src/utils/iiConnection.ts index 0cbe15787a..8f6802657e 100644 --- a/src/frontend/src/utils/iiConnection.ts +++ b/src/frontend/src/utils/iiConnection.ts @@ -433,7 +433,6 @@ export class Connection { currentOrigin: window.location.origin, // Empty array is the same as no related origins. relatedOrigins: this.canisterConfig.related_origins[0] ?? [], - // relatedOrigins: relatedDomains(), }); this.webAuthFlows = { flows,