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 3989ab4..c3cbd54 100644
--- a/src/auth.rs
+++ b/src/auth.rs
@@ -163,6 +163,7 @@ fn build_unauthorized_response(
req.state().default_color_scheme,
req.state().default_color_scheme,
false,
+ false,
)
.into_string()
}