feat(BRIDGE-424): update two FA status int field

This commit is contained in:
ElectroNafta
2025-09-18 11:48:42 +02:00
committed by Atanas Janeshliev
parent c3ed39febd
commit a44ee01d3b

View File

@@ -74,8 +74,9 @@ type TwoFAInfo struct {
type TwoFAStatus int
const (
HasTOTP TwoFAStatus = 1 << iota
HasTOTP TwoFAStatus = iota + 1
HasFIDO2
HasFIDO2AndTOTP
)
type PasswordMode int