Begin sessions

This commit is contained in:
Eden Kirin
2024-02-06 09:33:09 +01:00
parent 5c8f2b754f
commit 8ecfeb71e6
6 changed files with 42 additions and 3 deletions

View File

@ -216,7 +216,7 @@ func RenderLogin(pc PageContext) templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
templ_7745c5c3_Err = LoginFormContent(LoginFormValidationContent{}).Render(ctx, templ_7745c5c3_Buffer)
templ_7745c5c3_Err = LoginFormContent(LoginFormValidationContent{Username: "pero", Password: "pero"}).Render(ctx, templ_7745c5c3_Buffer)
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}