[AUTO]Update two-factor auth library (#450)
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
e3c8d8b2b6
commit
815cb4dd52
|
@ -2044,6 +2044,18 @@
|
||||||
"notes": "Setup requires SMS verification. Email is available via 'other options' at login.",
|
"notes": "Setup requires SMS verification. Email is available via 'other options' at login.",
|
||||||
"name": "Booking.com"
|
"name": "Booking.com"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "boost.com.au",
|
||||||
|
"additional-domains": [
|
||||||
|
"boostmobile.com.au"
|
||||||
|
],
|
||||||
|
"tfa": [
|
||||||
|
"sms",
|
||||||
|
"email"
|
||||||
|
],
|
||||||
|
"documentation": "https://boost.com.au/pages/two-step-verification",
|
||||||
|
"name": "Boost Mobile [AU]"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "boots.com",
|
"domain": "boots.com",
|
||||||
"tfa": [
|
"tfa": [
|
||||||
|
|
Loading…
Reference in New Issue