Skip to content

Commit

Permalink
chore(credential-providers): minor code cleanup (#6825)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Jan 18, 2025
1 parent ea5098f commit d21a519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const fromTemporaryCredentials = (
if (params?.SerialNumber) {
if (!options.mfaCodeProvider) {
throw new CredentialsProviderError(
`Temporary credential requires multi-factor authentication,` + ` but no MFA code callback was provided.`,
`Temporary credential requires multi-factor authentication, but no MFA code callback was provided.`,
{
tryNextLink: false,
logger: options.logger,
Expand Down

0 comments on commit d21a519

Please sign in to comment.