Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix loading authcookie into cookie store on ssh #2226

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

dr-bonez
Copy link
Member

No description provided.

@@ -54,7 +54,8 @@ impl Drop for CliContextSeed {
true,
)
.unwrap();
let store = self.cookie_store.lock().unwrap();
let mut store = self.cookie_store.lock().unwrap();
store.remove("localhost", "", "local");
Copy link
Member

@Blu-J Blu-J Mar 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to save the cookie store?
I think that the remove is all that is needed right?

@dr-bonez dr-bonez merged commit de52494 into master Mar 17, 2023
@dr-bonez dr-bonez deleted the bugfix/cli-auto-auth branch November 9, 2023 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants