aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/auth.rs1
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()
}