Skip to content

Commit

Permalink
fixup: missing redact
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTugarev committed Nov 7, 2023
1 parent 46b5f96 commit 931fbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/server/src/workspace/gitpod-server-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3115,7 +3115,7 @@ export class GitpodServerImpl implements GitpodServerWithTracing, Disposable {
if (!result) {
throw new ApplicationError(ErrorCodes.NOT_FOUND, "Provider resource not found.");
}
return result;
return AuthProviderEntry.redact(result);
}

/**
Expand Down

0 comments on commit 931fbcb

Please sign in to comment.