Skip to content

Commit

Permalink
chore: trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-nygate committed Sep 14, 2023
1 parent f61d90b commit e00f8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openid.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const getUserInfo = accessToken =>
logger.debug('Fetched user emails: %j', userEmails, {});
const primaryEmail = userEmails.find(email => email.primary);
if (primaryEmail === undefined) {
throw new Error('User does not have a primary email address');
throw new Error('User did not have a primary email address');
}
const claims = {
email: primaryEmail.email,
Expand Down

0 comments on commit e00f8e9

Please # to comment.