trunk
vilmibm 2022-07-22 14:46:54 -05:00
parent 52c3818cf6
commit c42cbdf0c7
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ func _main() error {
pages.SwitchToPage("game")
}
// TODO login and register pages should refuse blank entries
// TODO password should have rules
loginPage.AddButton("gimme that shit", loginSubmitFn)
loginPage.AddButton("nah get outta here", func() {
pages.SwitchToPage("main")