Documentation
¶
Overview ¶
templ: version: v0.3.960
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoginForm ¶
func LoginForm(args LoginFormArgs) templ.Component
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(authService authconnect.AuthServiceClient) *Handler
type LoginFormArgs ¶
type LoginFormArgs struct {
ID string // Form ID for signal namespacing
RedirectURL string // Where to redirect on success
// Fields for preserving user input and displaying errors
Email string // Preserved user input
Password string // Preserved user input
EmailError string // Field-specific error
PasswordError string // Field-specific error
}
LoginFormArgs contains configuration for the login form
Click to show internal directories.
Click to hide internal directories.