We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cbe13 commit 1fa8933Copy full SHA for 1fa8933
README.md
@@ -103,7 +103,7 @@ Android
103
In order to capture the callback url from Logto's sign-in web page, you will need to register your sign-in redirectUri to the `AndroidManifest.xml`.
104
105
```xml
106
-<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" android:exported="false">
+<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" android:exported="true">
107
<intent-filter android:label="flutter_web_auth">
108
<action android:name="android.intent.action.VIEW"/>
109
<category android:name="android.intent.category.DEFAULT"/>
0 commit comments