summaryrefslogtreecommitdiff
path: root/ui/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/main.go')
-rw-r--r--ui/main.go2
1 files changed, 1 insertions, 1 deletions
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)
}