diff options
Diffstat (limited to '')
-rw-r--r-- | src/auth.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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() } |