Skip to content

Commit 29a1d13

Browse files
committed
🐛 Add missing link in readme
1 parent fc02c4e commit 29a1d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Flutter plugin for authenticating a user with a web service, even if the web service is run by a third party. Most commonly used with OAuth2, but can be used with any web flow that can redirect to a custom scheme.
44

5-
In the background, this plugin uses [`ASWebAuthenticationSession`][ASWebAuthenticationSession] on iOS 12 and newer, `SFAuthenticationSession` on iOS 11, and [Chrome Custom Tabs][Chrome Custom Tabs] on Android.
5+
In the background, this plugin uses [`ASWebAuthenticationSession`][ASWebAuthenticationSession] on iOS 12 and newer, [`SFAuthenticationSession`][SFAuthenticationSession] on iOS 11, and [Chrome Custom Tabs][Chrome Custom Tabs] on Android.
66

77
[ASWebAuthenticationSession]: https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession
88
[SFAuthenticationSession]: https://developer.apple.com/documentation/safariservices/sfauthenticationsession

0 commit comments

Comments
 (0)