aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth.rs
diff options
context:
space:
mode:
authorboastful-squirrel <boastful.squirrel@gmail.com>2019-05-02 19:36:47 +0000
committerboastful-squirrel <boastful.squirrel@gmail.com>2019-05-02 19:36:47 +0000
commitdd8d11c698435217c370b940b41d060a614892c1 (patch)
tree56061af9f8ecf6324f98de49cd898cdcf40bd48f /src/auth.rs
parentCargo fmt (diff)
downloadminiserve-dd8d11c698435217c370b940b41d060a614892c1.tar.gz
miniserve-dd8d11c698435217c370b940b41d060a614892c1.zip
Read query params to handle error back link
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()
}