Clean up login form, add files for others
Some checks failed
Build Crate / build (push) Failing after 1m46s
Some checks failed
Build Crate / build (push) Failing after 1m46s
This commit is contained in:
@@ -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()),
|
||||
}
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user