package authEvents

const (
	ActionResendVerification = "resend_verification"
	ActionLoginVerified      = "login_verified"
)
