We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54bfbc commit c37892aCopy full SHA for c37892a
1 file changed
credentialsd/src/credential_service/mod.rs
@@ -146,7 +146,6 @@ impl<
146
.map_err(|err| err.to_string());
147
if let Err(err) = launch_ui_response {
148
tracing::error!("Failed to launch UI for credentials: {err}. Cancelling request.");
149
- _ = self.ctx.lock().unwrap().take();
150
let err = Err(CredentialServiceError::Internal(err));
151
let ctx = self.ctx.lock().unwrap().take().unwrap();
152
ctx.response_channel
0 commit comments