Skip to content

Commit

Permalink
PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Dec 6, 2024
1 parent c192c89 commit c6d1896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/helpers/emptyPrintUnauthorized.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function emptyPrintUnauthorized(param) {
return param ? param : 'UNAUTHORIZED_INFO';
return param ? param : '**********';
}

export { emptyPrintUnauthorized };

0 comments on commit c6d1896

Please sign in to comment.