Skip to content

Commit

Permalink
Automatic removal of keys from bad auths
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Feb 29, 2024
1 parent 31d137f commit f9d8553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db-connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -6719,6 +6719,7 @@ func SetWorkflowAppAuthDatastore(ctx context.Context, workflowappauth AppAuthent
continue
}

addedFields = append(addedFields, field.Key)
newfields = append(newfields, field)
}

Expand Down

0 comments on commit f9d8553

Please sign in to comment.