[AUTO]Update two-factor auth library (#249)
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
199bd26faa
commit
1bd5a1827e
|
@ -6582,6 +6582,14 @@
|
|||
"documentation": "https://help.hatchinvest.nz/en/articles/2996776",
|
||||
"name": "Hatch"
|
||||
},
|
||||
{
|
||||
"domain": "hatena.ne.jp",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"documentation": "https://hatena.zendesk.com/hc/ja/articles/29892170781209",
|
||||
"name": "Hatena"
|
||||
},
|
||||
{
|
||||
"domain": "he.net",
|
||||
"url": "https://www.he.net/",
|
||||
|
@ -6841,14 +6849,18 @@
|
|||
},
|
||||
{
|
||||
"domain": "home.saxo",
|
||||
"url": "https://www.home.saxo/",
|
||||
"additional-domains": [
|
||||
"saxotrader.com"
|
||||
"saxotrader.com",
|
||||
"saxobank.com",
|
||||
"bgsaxo.it"
|
||||
],
|
||||
"tfa": [
|
||||
"totp"
|
||||
"sms",
|
||||
"custom-software"
|
||||
],
|
||||
"custom-software": [
|
||||
"Saxo app"
|
||||
],
|
||||
"documentation": "https://www.help.saxo/hc/en-us/articles/360038307372",
|
||||
"name": "Saxo Bank"
|
||||
},
|
||||
{
|
||||
|
@ -8708,6 +8720,7 @@
|
|||
"tfa": [
|
||||
"sms",
|
||||
"call",
|
||||
"totp",
|
||||
"email",
|
||||
"u2f"
|
||||
],
|
||||
|
@ -9292,6 +9305,7 @@
|
|||
"totp"
|
||||
],
|
||||
"documentation": "https://help.miro.com/hc/en-us/articles/7935469290002",
|
||||
"notes": "Only available for Enterprise plan accounts and must be enabled by a Company Admin",
|
||||
"name": "Miro"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue