[AUTO]Update two-factor auth library (#463)
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
20265852e3
commit
42a051ba4e
|
@ -2423,14 +2423,6 @@
|
|||
"documentation": "https://duo.byu.edu/",
|
||||
"name": "Brigham Young University"
|
||||
},
|
||||
{
|
||||
"domain": "caffeine.tv",
|
||||
"tfa": [
|
||||
"email"
|
||||
],
|
||||
"documentation": "https://caffeine.custhelp.com/app/answers/detail/a_id/32/",
|
||||
"name": "Caffeine"
|
||||
},
|
||||
{
|
||||
"domain": "cal.com",
|
||||
"tfa": [
|
||||
|
@ -11257,6 +11249,19 @@
|
|||
"documentation": "https://www.patelco.org/member-support/digital-banking-services/online-banking#564171AC",
|
||||
"name": "Patelco Credit Union"
|
||||
},
|
||||
{
|
||||
"domain": "patient.labcorp.com",
|
||||
"tfa": [
|
||||
"sms",
|
||||
"totp",
|
||||
"custom-software"
|
||||
],
|
||||
"custom-software": [
|
||||
"Okta Verify"
|
||||
],
|
||||
"documentation": "https://patient.labcorp.com/help-center/q-and-a/8000/1",
|
||||
"name": "Labcorp Patient"
|
||||
},
|
||||
{
|
||||
"domain": "patientaccess.com",
|
||||
"tfa": [
|
||||
|
@ -12367,6 +12372,15 @@
|
|||
"documentation": "https://docs.rackspace.com/docs/multi-factor-authentication",
|
||||
"name": "Rackspace"
|
||||
},
|
||||
{
|
||||
"domain": "racv.com.au",
|
||||
"tfa": [
|
||||
"sms",
|
||||
"email"
|
||||
],
|
||||
"documentation": "https://www.racv.com.au/help-and-support/account-membership.html#Whatistwostepverification",
|
||||
"name": "RACV"
|
||||
},
|
||||
{
|
||||
"domain": "raindrop.io",
|
||||
"tfa": [
|
||||
|
|
Loading…
Reference in New Issue