mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2025-12-23 23:57:50 -05:00
feat(BRIDGE-424): update two FA status int field
This commit is contained in:
committed by
Atanas Janeshliev
parent
c3ed39febd
commit
a44ee01d3b
@@ -74,8 +74,9 @@ type TwoFAInfo struct {
|
||||
type TwoFAStatus int
|
||||
|
||||
const (
|
||||
HasTOTP TwoFAStatus = 1 << iota
|
||||
HasTOTP TwoFAStatus = iota + 1
|
||||
HasFIDO2
|
||||
HasFIDO2AndTOTP
|
||||
)
|
||||
|
||||
type PasswordMode int
|
||||
|
||||
Reference in New Issue
Block a user