diff --git a/lessons/core-concepts/5-authenication/functions/protected.js b/lessons/core-concepts/5-authenication/functions/protected.js index 46496e9..b459b45 100644 --- a/lessons/core-concepts/5-authenication/functions/protected.js +++ b/lessons/core-concepts/5-authenication/functions/protected.js @@ -9,7 +9,7 @@ The `context.clientContext.user` data contains the claims of the user. */ exports.handler = async (event, context) => { - console.log('Check event for clientContext.user') + console.log('Check context for clientContext.user') return { statusCode: 200, body: JSON.stringify({