mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-06 08:27:18 +01:00
Add optional parameter existing_refresh_claims to AuthTokens
This commit is contained in:
parent
9b44d0474f
commit
86a57fab1d
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ pub fn create_auth_tokens(
|
|||
|
||||
_create_auth_tokens(device, refresh_token, access_claims, access_token)
|
||||
} else {
|
||||
Ok(AuthTokens::new(device, user, AuthMethod::Sso, client_id))
|
||||
Ok(AuthTokens::new(device, user, AuthMethod::Sso, client_id, None))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue