Skip to content

Commit 182bfbf

Browse files
authored
Merge pull request #1410 from AChep/tfa_2factorauth_action
Update two-factor auth library
2 parents bf7f41e + 81ee676 commit 182bfbf

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

  • common/src/commonMain/composeResources/files

common/src/commonMain/composeResources/files/tfa.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,10 +2105,13 @@
21052105
"domain": "bmo.com",
21062106
"tfa": [
21072107
"sms",
2108-
"email",
2109-
"call"
2108+
"call",
2109+
"custom-software"
21102110
],
2111-
"documentation": "https://www.bmoinvestorline.com/General_Info/MFA_preEnroll_SD_EN.html",
2111+
"custom-software": [
2112+
"BMO App Push Notification"
2113+
],
2114+
"documentation": "https://www.bmo.com/en-ca/main/personal/security-centre/how-to-protect-yourself/",
21122115
"name": "BMO Bank of Montreal"
21132116
},
21142117
{
@@ -16747,6 +16750,16 @@
1674716750
],
1674816751
"name": "Tower Federal Credit Union"
1674916752
},
16753+
{
16754+
"domain": "toya.net.pl",
16755+
"tfa": [
16756+
"email",
16757+
"sms",
16758+
"totp"
16759+
],
16760+
"documentation": "https://toya.net.pl/dokumenty/pobierz/instrukcja-2fa",
16761+
"name": "Toya"
16762+
},
1675016763
{
1675116764
"domain": "tpg.com.au",
1675216765
"tfa": [

0 commit comments

Comments
 (0)