~netlandish/gobwebs

45918b0724c3873b5b15f3fadcf73b696fbf6031 — Peter Sanchez 2 years ago 9b6fbd2
Fixing typo
1 files changed, 1 insertions(+), 1 deletions(-)

M gobwebs.go
M gobwebs.go => gobwebs.go +1 -1
@@ 3,7 3,7 @@ package gobwebs
const (
	// LoginTypeAuth use normal email/password auth
	LoginTypeAuth int = iota
	// LoginTypeEmail use speical email link for auth
	// LoginTypeEmail use email "magic" link for auth
	LoginTypeEmail
)