Clean up login form, add files for others
Some checks failed
Build Crate / build (push) Failing after 1m46s

This commit is contained in:
2024-08-26 19:44:52 -04:00
parent 65d47615da
commit e376874afa
6 changed files with 45 additions and 15 deletions

View File

@@ -97,9 +97,6 @@ pub fn Header<'a, G: Html>(cx: Scope<'a>, HeaderProps { game, title }: HeaderPro
(LOGIN_FORM.widget(cx, "",
LoginFormProps{
remember_me: true,
endpoint: "".to_owned(),
lost_password_url: Some("".to_owned()),
forgot_password_url: Some("".to_owned()),
}
))
}