Skip to content

Commit 369c687

Browse files
mh84ctron
authored andcommitted
fix duplicated query pairs from login options
1 parent a4a6e03 commit 369c687

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/agent/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -590,11 +590,6 @@ where
590590
let mut login_url = login_context.url;
591591

592592
login_url.query_pairs_mut().extend_pairs(options.query);
593-
if let Some(options) = &config.default_login_options {
594-
login_url
595-
.query_pairs_mut()
596-
.extend_pairs(options.query.clone());
597-
}
598593

599594
// the next call will most likely navigate away from this page
600595

0 commit comments

Comments
 (0)