Skip to content

Commit

Permalink
do not send login hint
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed Apr 30, 2024
1 parent 29cba8d commit 9ad69fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oidcAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports.startAuth = async (email, conferenceDurationInMinutes, conference
code_challenge_method: 'S256',
*/
nonce,
login_hint: email
// login_hint: email
})

// todo write test : null nonce fails
Expand Down

0 comments on commit 9ad69fb

Please sign in to comment.