fix(antigravity): mask project_id in logs

This commit is contained in:
sususu98
2026-05-07 16:26:54 +08:00
parent 33130f18d2
commit 809feb1e86
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ func (o *AntigravityAuth) OnboardUser(ctx context.Context, accessToken, tierID s
}
if projectID != "" {
log.Infof("Successfully fetched project_id: %s", projectID)
log.Infof("Successfully fetched project_id: %s", util.HideAPIKey(projectID))
return projectID, nil
}