From c6d1896ccaa667a8f84e5ea60d13126093296ece Mon Sep 17 00:00:00 2001 From: dlpzx Date: Fri, 6 Dec 2024 09:51:49 +0100 Subject: [PATCH] PR review --- frontend/src/utils/helpers/emptyPrintUnauthorized.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/helpers/emptyPrintUnauthorized.js b/frontend/src/utils/helpers/emptyPrintUnauthorized.js index b80d33c29..9713c753d 100644 --- a/frontend/src/utils/helpers/emptyPrintUnauthorized.js +++ b/frontend/src/utils/helpers/emptyPrintUnauthorized.js @@ -1,5 +1,5 @@ function emptyPrintUnauthorized(param) { - return param ? param : 'UNAUTHORIZED_INFO'; + return param ? param : '**********'; } export { emptyPrintUnauthorized };