diff options
Diffstat (limited to 'src/auth.rs')
-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 91c7bb0..e3eec89 100644 --- a/src/auth.rs +++ b/src/auth.rs @@ -124,6 +124,7 @@ fn build_unauthorized_response( state.default_color_scheme, false, false, + &state.favicon_route, ) .into_string() } |