mirror of
https://github.com/AChep/keyguard-app.git
synced 2025-01-23 10:59:58 +01:00
[AUTO]Update two-factor auth library (#394)
Files changed: M common/src/commonMain/composeResources/files/tfa.json Co-authored-by: AChep <AChep@users.noreply.github.com>
This commit is contained in:
parent
cf68669b53
commit
9ea822b8cd
@ -154,7 +154,7 @@
|
||||
"totp"
|
||||
],
|
||||
"documentation": "https://support.mozilla.org/en-US/kb/secure-firefox-account-two-step-authentication",
|
||||
"name": "Firefox"
|
||||
"name": "Mozilla"
|
||||
},
|
||||
{
|
||||
"domain": "accounts.nintendo.com",
|
||||
@ -805,6 +805,18 @@
|
||||
"documentation": "https://appwrite.io/docs/advanced/security/2fa",
|
||||
"name": "Appwrite"
|
||||
},
|
||||
{
|
||||
"domain": "aqara.com",
|
||||
"tfa": [
|
||||
"email",
|
||||
"custom-software"
|
||||
],
|
||||
"custom-software": [
|
||||
"Aqara Home App"
|
||||
],
|
||||
"notes": "Email 2FA is always available as a backup.",
|
||||
"name": "Aqara"
|
||||
},
|
||||
{
|
||||
"domain": "arduino.cc",
|
||||
"tfa": [
|
||||
@ -3514,23 +3526,6 @@
|
||||
"documentation": "https://www.comed.com/MyAccount/CustomerSupport/pages/faqs.aspx#WebPartWPQ15",
|
||||
"name": "ComEd"
|
||||
},
|
||||
{
|
||||
"domain": "commbank.com.au",
|
||||
"tfa": [
|
||||
"sms",
|
||||
"custom-hardware",
|
||||
"custom-software"
|
||||
],
|
||||
"custom-software": [
|
||||
"CommBank app"
|
||||
],
|
||||
"custom-hardware": [
|
||||
"NetCode Token"
|
||||
],
|
||||
"documentation": "https://www.commbank.com.au/support.digital-banking.explain-netcode-token.html",
|
||||
"notes": "NetCode Tokens are only offered to customers who cannot use SMS 2FA or the CommBank app.",
|
||||
"name": "Commonwealth Bank of Australia"
|
||||
},
|
||||
{
|
||||
"domain": "commercial.metrobankonline.co.uk",
|
||||
"tfa": [
|
||||
@ -5129,6 +5124,14 @@
|
||||
"documentation": "https://support.eneba.com/hc/en-us/articles/360010216714",
|
||||
"name": "Eneba"
|
||||
},
|
||||
{
|
||||
"domain": "energyaustralia.com.au",
|
||||
"tfa": [
|
||||
"email"
|
||||
],
|
||||
"documentation": "https://www.energyaustralia.com.au/home/help-and-support/faqs/multi-factor-authentication",
|
||||
"name": "Energy Australia"
|
||||
},
|
||||
{
|
||||
"domain": "engineyard.com",
|
||||
"url": "https://www.engineyard.com",
|
||||
@ -7534,6 +7537,13 @@
|
||||
"documentation": "https://help.instagram.com/566810106808145",
|
||||
"name": "Instagram"
|
||||
},
|
||||
{
|
||||
"domain": "instant-gaming.com",
|
||||
"tfa": [
|
||||
"totp"
|
||||
],
|
||||
"name": "Instant-Gaming"
|
||||
},
|
||||
{
|
||||
"domain": "instructure.com",
|
||||
"tfa": [
|
||||
@ -15852,6 +15862,9 @@
|
||||
},
|
||||
{
|
||||
"domain": "up.com.au",
|
||||
"additional-domains": [
|
||||
"up.me"
|
||||
],
|
||||
"tfa": [
|
||||
"sms"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user