auth

package
v0.0.0-...-ac0b3eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

templ: version: v0.2.663

templ: version: v0.2.663

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoginForm

func LoginForm(data LoginData) templ.Component

func LoginIndex

func LoginIndex(pageInfo layout.PageInfo, cmp templ.Component) templ.Component

func LoginPage

func LoginPage() templ.Component

func SignupForm

func SignupForm(data SignupData) templ.Component

func SignupIndex

func SignupIndex(pageInfo layout.PageInfo, cmp templ.Component) templ.Component

func SignupPage

func SignupPage() templ.Component

func SignupSuccess

func SignupSuccess(email string) templ.Component

Types

type LoginData

type LoginData struct {
	Email    string
	Password string
	Error    string
}

type SignupData

type SignupData struct {
	Email           string
	Password        string
	ConfirmPassword string
	Error           string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL