Skip to content

Commit

Permalink
Add severity
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaskedTurtle authored Dec 1, 2023
1 parent bf87375 commit d37cd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/rest-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d37cd0d

Please sign in to comment.