Skip to content

Commit

Permalink
fix: v2 with main
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvdixit88 committed Nov 26, 2024
1 parent 92f5791 commit 19301fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/router/src/services/authentication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,7 @@ where
Ok((
UserIdFromAuth {
user_id: payload.user_id.clone(),
tenant_id: payload.tenant_id
},
AuthenticationType::SinglePurposeOrLoginJwt {
user_id: payload.user_id,
Expand Down

0 comments on commit 19301fd

Please sign in to comment.