mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 20:38:28 -06:00
SSO match new AuthTokens::new signature
This commit is contained in:
parent
78bd39ef25
commit
0844f57ba8
@ -345,7 +345,7 @@ pub async fn redeem(
|
||||
|
||||
_create_auth_tokens(device, auth_user.refresh_token, access_claims, auth_user.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 New Issue
Block a user