Skip to content

Commit cae409b

Browse files
committed
fixup! feat(oidc): add device code oidc authentication method
1 parent c325e91 commit cae409b

File tree

1 file changed

+3
-0
lines changed
  • crates/matrix-sdk/src/authentication/device_code

1 file changed

+3
-0
lines changed

Diff for: crates/matrix-sdk/src/authentication/device_code/login.rs

+3
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ impl<'a> LoginWithDeviceCode<'a> {
166166

167167
self.client.oidc().enable_cross_process_lock().await?;
168168

169+
#[cfg(feature = "e2e-encryption")]
170+
self.client.encryption().spawn_initialization_task(None);
171+
169172
Ok(())
170173
}
171174
}

0 commit comments

Comments
 (0)