aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.rs')
-rw-r--r--src/auth.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/auth.rs b/src/auth.rs
index e3eec89..a2dfe60 100644
--- a/src/auth.rs
+++ b/src/auth.rs
@@ -120,11 +120,12 @@ fn build_unauthorized_response(
&return_path,
None,
None,
- state.default_color_scheme,
- state.default_color_scheme,
false,
false,
&state.favicon_route,
+ &state.css_route,
+ &state.default_color_scheme,
+ &state.default_color_scheme_dark,
)
.into_string()
}