diff options
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 9e296ec..1a913d5 100644 --- a/src/auth.rs +++ b/src/auth.rs @@ -126,6 +126,7 @@ fn build_unauthorized_response( &state.css_route, &state.default_color_scheme, &state.default_color_scheme_dark, + state.hide_version_footer, ) .into_string() } |