Skip to content

Commit 3d48608

Browse files
committed
fixup: missing redact
1 parent ce8fd86 commit 3d48608

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
@@ -3113,7 +3113,7 @@ export class GitpodServerImpl implements GitpodServerWithTracing, Disposable {
31133113
if (!result) {
31143114
throw new ApplicationError(ErrorCodes.NOT_FOUND, "Provider resource not found.");
31153115
}
3116-
return result;
3116+
return AuthProviderEntry.redact(result);
31173117
}
31183118

31193119
/**

0 commit comments

Comments
 (0)