diff --git a/file-service/src/pages.rs b/file-service/src/pages.rs index 65997e3..977f54f 100644 --- a/file-service/src/pages.rs +++ b/file-service/src/pages.rs @@ -25,7 +25,7 @@ pub fn auth(_message: Option) -> build_html::HtmlPage { Container::new(ContainerType::Div) .with_attributes([("class", "authentication-form__input")]) .with_html( - Input::new("token", "token") + Input::new("password", "password") .with_id("for-token-input") .with_attributes([("size", "50")]), ),