Disable user auth in /
This commit is contained in:
parent
c3a4f4815d
commit
7c7f7b327b
@ -1,11 +1,9 @@
|
||||
use maud::Markup;
|
||||
|
||||
use crate::auth::User;
|
||||
|
||||
pub mod register;
|
||||
pub mod user;
|
||||
|
||||
#[get("/")]
|
||||
pub fn index(_u: User) -> Markup {
|
||||
pub fn index() -> Markup {
|
||||
crate::view::login::login()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user