Skip to content

Commit 79053a2

Browse files
committed
fix: fix rebase
1 parent 7534575 commit 79053a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/provider.rs

-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ where
6868
.claims(user_claims)
6969
.build()?;
7070

71-
// Include the user claims in the id token.
72-
id_token.standard_claims = user_claims;
73-
7471
let jwt = self.subject.encode(id_token).await?;
7572

7673
let mut builder = Response::builder()

0 commit comments

Comments
 (0)