Files
vex/tui/auth.go
T

9 lines
108 B
Go

package main
import huh "github.com/charmbracelet/huh"
type Auth struct {
form *huh.Form
jwt *string
}