//go:build !dev && !test package user // twofaProdVariant reports whether the PRODUCTION 2FA issuance/delivery // functions (twofa_prod.go, !dev && !test) are the compiled ones in this // build. True only in a genuine production build — neither dev nor test tag. const twofaProdVariant = true