Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/i18n/src/locales/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const translations: Catalog = {
oidcIdTokenAsAccessToken:
'Use ID tokens in place of access tokens for auth',
oidcDumpTokens:
"Debug OIDC by printing tokens to mongosh's output [full|include-secrets]",
"Debug OIDC by printing tokens to mongosh's output [redacted|include-secrets]",
oidcNoNonce: "Don't send a nonce argument in the OIDC auth request",
},
'arg-parser': {
Expand Down
Loading