Files
PrivateCaptcha/pkg/session/common.go
T
Taras Kushnir 4951055189 Initial commit
2025-05-31 10:56:00 +03:00

15 lines
232 B
Go

package session
import "github.com/PrivateCaptcha/PrivateCaptcha/pkg/common"
const (
KeyLoginStep common.SessionKey = iota
KeyUserID
KeyUserEmail
KeyTwoFactorCode
KeyUserName
KeyPersistent
KeyNotificationID
KeyReturnURL
)