Browse Source
SSO match new AuthTokens::new signature
pull/6433/head
Momi-V
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/sso.rs
|
|
@ -345,7 +345,7 @@ pub async fn redeem( |
|
|
|
|
|
|
|
|
_create_auth_tokens(device, auth_user.refresh_token, access_claims, auth_user.access_token) |
|
|
_create_auth_tokens(device, auth_user.refresh_token, access_claims, auth_user.access_token) |
|
|
} else { |
|
|
} else { |
|
|
Ok(AuthTokens::new(device, user, AuthMethod::Sso, client_id)) |
|
|
Ok(AuthTokens::new(device, user, AuthMethod::Sso, client_id, None)) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|