Skip to content

Commit

Permalink
Fix typo in Auth plugin configure
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcreaser committed Apr 16, 2024
1 parent 62d3326 commit 31e50ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class AWSCognitoAuthPlugin : AuthPlugin<AWSCognitoAuthService>() {
} catch (exception: Exception) {
throw ConfigurationException(
"Failed to configure AWSCognitoAuthPlugin.",
"Make sure your amplify-outputs.json is valid.",
"Make sure your amplify_outputs.json is valid.",
exception
)
}
Expand Down

0 comments on commit 31e50ac

Please sign in to comment.