[AUTO]Update two-factor auth library (#177)
Files changed: M common/src/commonMain/resources/MR/files/tfa.json Co-authored-by: AChep <AChep@users.noreply.github.com>
This commit is contained in:
parent
607018bf56
commit
8fc3375290
|
@ -2762,7 +2762,7 @@
|
|||
"custom-software"
|
||||
],
|
||||
"custom-software": [
|
||||
"CICB app"
|
||||
"CIBC app"
|
||||
],
|
||||
"documentation": "https://www.cibc.com/en/privacy-security/two-step-verification.html",
|
||||
"name": "CIBC"
|
||||
|
@ -8084,9 +8084,10 @@
|
|||
{
|
||||
"domain": "koofr.eu",
|
||||
"tfa": [
|
||||
"totp"
|
||||
"totp",
|
||||
"u2f"
|
||||
],
|
||||
"documentation": "https://koofr.eu/help/other/how-do-i-enable-2-step-verification/",
|
||||
"documentation": "https://koofr.eu/help/two-factor-authentication/does-koofr-offer-two-factor-authentication/",
|
||||
"name": "Koofr"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue