From dab13c9bb3336aac4e44171f3074c4ce973b9782 Mon Sep 17 00:00:00 2001 From: Lukas Stabe Date: Sat, 26 Sep 2020 04:45:31 +0200 Subject: move css out of html into its own route --- src/auth.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/auth.rs') diff --git a/src/auth.rs b/src/auth.rs index 5d01568..3233e22 100644 --- a/src/auth.rs +++ b/src/auth.rs @@ -123,6 +123,7 @@ fn build_unauthorized_response( false, false, &state.favicon_route, + &state.css_route, ) .into_string() } -- cgit v1.2.3