From d37cd0d9452eeb59a314dbd7f18639850091f116 Mon Sep 17 00:00:00 2001 From: Joris M <53527338+TheMaskedTurtle@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:49:54 +0100 Subject: [PATCH] Add severity --- src/utils/rest-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/rest-api.js b/src/utils/rest-api.js index 125ff7a..6b17025 100644 --- a/src/utils/rest-api.js +++ b/src/utils/rest-api.js @@ -175,7 +175,7 @@ export function fetchAuthorizationCodeFlowFeatureFlag() { }) .catch((error) => { console.error(error); - console.log( + console.warn( `Something wrong happened when retrieving authentication.json: authorization code flow will be disabled` ); return false;