From 606eee9c7a326657c7d74b535cc254a5d7f439fc Mon Sep 17 00:00:00 2001 From: Patricia Reinoso Date: Wed, 13 Dec 2023 16:34:40 +0100 Subject: [PATCH] Add workaround comment Signed-off-by: Patricia Reinoso --- utils/createSubscriber.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/createSubscriber.tsx b/utils/createSubscriber.tsx index f44c5ab2..890da744 100644 --- a/utils/createSubscriber.tsx +++ b/utils/createSubscriber.tsx @@ -28,6 +28,7 @@ export const createSubscriber = async ({ }, }); + // Workaround for https://github.com/omec-project/webconsole/issues/109 const existingSubscriberData = await checkResponse.json(); if (checkResponse.ok && existingSubscriberData["AuthenticationSubscription"]["authenticationMethod"]) { throw new Error("Subscriber already exists.");