aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/auth_helper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/auth_helper.rs')
-rw-r--r--crates/shirabe/src/util/auth_helper.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/src/util/auth_helper.rs b/crates/shirabe/src/util/auth_helper.rs
index 7c1691b..b54b54b 100644
--- a/crates/shirabe/src/util/auth_helper.rs
+++ b/crates/shirabe/src/util/auth_helper.rs
@@ -304,7 +304,6 @@ impl AuthHelper {
if let Some(prev_auth) = auth {
if self.io.has_authentication(origin) {
let current_auth = self.io.get_authentication(origin);
- // TODO(phase-b): IndexMap equality compares all entries by value
if prev_auth == current_auth {
return Err(TransportException::new(
format!("Invalid credentials for '{}', aborting.", url),