diff --git a/src/callers/login.rs b/src/callers/login.rs index 2f9801f..52b90d7 100644 --- a/src/callers/login.rs +++ b/src/callers/login.rs @@ -59,10 +59,6 @@ pub mod endpoint { use super::request; use super::response; - // TODO: At some point, get the username from the DB - // Name of service username when returning a login result - pub const SERVICE_USERNAME: &str = "service"; - async fn not_found(message: &str) -> (StatusCode, Json) { ( StatusCode::NOT_FOUND,