We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f229bbd commit 4170945Copy full SHA for 4170945
crates/keybroker/src/broker.rs
@@ -550,7 +550,7 @@ impl UserIdentity {
550
email: get_string!(claims, email),
551
email_verified: claims.email_verified(),
552
gender: get_string!(claims, gender),
553
- birthday: get_string!(claims, birthday),
+ birthday: get_string!(claims, birthdate),
554
timezone: get_string!(claims, zoneinfo),
555
language: get_string!(claims, locale),
556
phone_number: get_string!(claims, phone_number),
0 commit comments