Skip to content

Commit

Permalink
chore(credential-providers): minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Jan 18, 2025
1 parent ea5098f commit 1a49087
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 1a49087

Please sign in to comment.