Skip to content

Commit

Permalink
fixup! feat(oidc): add device code oidc authentication method
Browse files Browse the repository at this point in the history
  • Loading branch information
kilimnik committed Jan 11, 2025
1 parent f1c4a94 commit c325e91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/matrix-sdk/src/authentication/device_code/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ use ruma::OwnedDeviceId;
use tracing::trace;

use super::{DeviceCodeFinishLoginError, DeviceCodeLoginError};
#[cfg(doc)]
use crate::oidc::Oidc;
use crate::{
authentication::common_oidc::{oidc_client::OidcClient, DeviceAuhorizationOidcError},
oidc::registrations::OidcRegistrations,
Expand Down

0 comments on commit c325e91

Please sign in to comment.