Skip to content

Commit 8007233

Browse files
committed
remove mention of default external provider
1 parent 22d45f2 commit 8007233

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/qr-codes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: QR Codes
55

66
An alternative way of communicating the secret to the user is through the use of [QR Codes](http://en.wikipedia.org/wiki/QR_code) which most if not all authenticator mobile apps can scan.
77

8-
This can avoid accidental typing errors and also pre-set some text values within the users app.
8+
This can avoid accidental typing errors and also pre-set some text values within the two factor authentication mobile application.
99

1010
You can display the QR Code as a base64 encoded image using the instance as follows, supplying the users name or other public identifier as the first argument
1111

@@ -16,8 +16,6 @@ You can display the QR Code as a base64 encoded image using the instance as foll
1616

1717
You can also specify a size as a third argument which is 200 by default.
1818

19-
**Note:** by default, the QR code returned by the instance is generated from a third party across the internet. If the third party is encountering problems or is not available from where you have hosted your code, your user will likely experience a delay in seeing the QR code, if it even loads at all. This can be overcome with offline providers configured when you create the instance.
20-
2119
## Offline Providers
2220

2321
[EndroidQrCodeProvider](qr-codes/endroid.md) and EndroidQrCodeWithLogoProvider

0 commit comments

Comments
 (0)