diff options
author | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-05-02 19:36:47 +0000 |
---|---|---|
committer | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-05-02 19:36:47 +0000 |
commit | dd8d11c698435217c370b940b41d060a614892c1 (patch) | |
tree | 56061af9f8ecf6324f98de49cd898cdcf40bd48f /src/auth.rs | |
parent | Cargo fmt (diff) | |
download | miniserve-dd8d11c698435217c370b940b41d060a614892c1.tar.gz miniserve-dd8d11c698435217c370b940b41d060a614892c1.zip |
Read query params to handle error back link
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 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() } |