Skip to content

Commit 931fbcb

Browse files
committed
fixup: missing redact
1 parent 46b5f96 commit 931fbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/workspace/gitpod-server-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3115,7 +3115,7 @@ export class GitpodServerImpl implements GitpodServerWithTracing, Disposable {
31153115
if (!result) {
31163116
throw new ApplicationError(ErrorCodes.NOT_FOUND, "Provider resource not found.");
31173117
}
3118-
return result;
3118+
return AuthProviderEntry.redact(result);
31193119
}
31203120

31213121
/**

0 commit comments

Comments
 (0)