mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
refactor(users): Make profile_id in the JWT non-optional (#6537)
This commit is contained in:
@ -100,7 +100,7 @@ pub async fn generate_jwt_auth_token_with_attributes(
|
||||
role_id,
|
||||
&state.conf,
|
||||
org_id,
|
||||
Some(profile_id),
|
||||
profile_id,
|
||||
tenant_id,
|
||||
)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user