Reduce vault code duplication with macros
This commit is contained in:
parent
d7e19b5eca
commit
ff56bb2678
3 changed files with 424 additions and 792 deletions
|
|
@ -151,7 +151,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
}
|
||||
Command::ClearCookies => {
|
||||
println!("Clearing cookies");
|
||||
vault.set_euph_cookies(CookieJar::new());
|
||||
vault.euph_set_cookies(CookieJar::new());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue