Remove unused warn and fix dangling parameter.

This commit is contained in:
Shane Handley
2019-10-20 13:36:38 +09:00
committed by timokoesters
parent 4a65cddd15
commit 81f41e278e
2 changed files with 0 additions and 2 deletions

View File

@ -205,7 +205,6 @@ fn attempt_login(
let config = Config::default();
argon2::hash_encoded(password.as_bytes(), salt, &config).unwrap()
},
false,
));
}
} else {