mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 06:04:31 -04:00
chore(oidc): remove a few unnecessary wrappers, now that OidcCtx is in an Arc'd data structure
This commit is contained in:
@@ -233,7 +233,7 @@ pub(crate) struct OidcCtx {
|
||||
///
|
||||
/// Note: only required because we're using the crypto store that might not
|
||||
/// be present before reloading a session.
|
||||
deferred_cross_process_lock_init: Arc<Mutex<Option<String>>>,
|
||||
deferred_cross_process_lock_init: Mutex<Option<String>>,
|
||||
}
|
||||
|
||||
impl OidcCtx {
|
||||
|
||||
Reference in New Issue
Block a user