From b5a6e1108a7209b68b5fc050d8545ab32e9a9dc7 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 4 Apr 2025 15:53:52 +0200 Subject: Signup page --- ui/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/main.go') diff --git a/ui/main.go b/ui/main.go index d24624a..60059fa 100644 --- a/ui/main.go +++ b/ui/main.go @@ -9,7 +9,7 @@ import ( func main() { views.ClearScreen() - p := tea.NewProgram(views.LoginModel(), tea.WithAltScreen()) + p := tea.NewProgram(views.NewAuthModel(), tea.WithAltScreen()) if _, err := p.Run(); err != nil { log.Fatal(err) } -- cgit v1.2.3-18-g5258