diff options
Diffstat (limited to 'server/src/main.rs')
-rw-r--r-- | server/src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/main.rs b/server/src/main.rs index cf42b3f..95e23e6 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -119,8 +119,6 @@ async fn main() { #[cfg(debug_assertions)] async fn fake_login() -> Html<&'static str> { - use axum::response::Html; - Html(r#" <!DOCTYPE html> <html lang="en"> |